Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wmfs/tymly-solr-plugin

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wmfs/tymly-solr-plugin - npm Package Compare versions

Comparing version 1.8.1 to 1.8.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.8.2](https://github.com/wmfs/tymly-solr-plugin/compare/v1.8.1...v1.8.2) (2018-12-12)
### 🐛 Bug Fixes
* [#695](https://github.com/wmfs/tymly-solr-plugin/issues/695) Improve search ([286d5a5](https://github.com/wmfs/tymly-solr-plugin/commit/286d5a5))
## [1.8.1](https://github.com/wmfs/tymly-solr-plugin/compare/v1.8.0...v1.8.1) (2018-12-11)

@@ -2,0 +9,0 @@

4

lib/components/state-resources/search/index.js

@@ -74,3 +74,3 @@ 'use strict'

const searchTerm = event.query
? encodeURIComponent(
? '(' + encodeURIComponent(
event.query

@@ -83,3 +83,3 @@ .trim()

.join(' AND ')
)
) + ')'
: ''

@@ -86,0 +86,0 @@

{
"name": "@wmfs/tymly-solr-plugin",
"version": "1.8.1",
"version": "1.8.2",
"description": "Plugin which handles interaction with Apache Solr for Tymly framework",

@@ -35,3 +35,3 @@ "homepage": "https://github.com/wmfs/tymly-solr-plugin#readme",

"@semantic-release/git": "7.0.5",
"@wmfs/tymly": "1.72.0",
"@wmfs/tymly": "1.74.0",
"@wmfs/tymly-pg-plugin": "1.108.0",

@@ -38,0 +38,0 @@ "@wmfs/tymly-rbac-plugin": "1.12.1",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc