js-solr-highlighter
Advanced tools
Comparing version 0.7.5 to 0.7.6
{ | ||
"name": "js-solr-highlighter", | ||
"version": "0.7.5", | ||
"version": "0.7.6", | ||
"description": "A JavaScript library for highlighting HTML text based on the query in the lucene/solr query syntax", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -60,5 +60,5 @@ # js-solr-highlighter | ||
| Do not highlight the Solr stop words. | If the query is `a theory-based study`, Do not highlight `a` but the other words. | | ||
| If the text or the value of a valid field is within parentheses, highlight the EXACT text/value. | If the query is `"breast cancer"`, do not highlight `breast` or `cancer` if it only appears as the single word without the other following or being followed. | | ||
| If the text or the value of a valid field is within parentheses, highlight the EXACT text/value. | If the query is `"breast cancer"`, do not highlight `breast` or `cancer` if it appears without the other following or being followed. | | ||
## Contact | ||
[Zhan Huang](mailto:z2hm@outlook.com "Zhan Huang") |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
654444