Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Fulltextsearch: disable lucene syntax flag #201

Closed
alfonso-noriega opened this issue Feb 26, 2021 · 0 comments
Closed

Fulltextsearch: disable lucene syntax flag #201

alfonso-noriega opened this issue Feb 26, 2021 · 0 comments

Comments

@alfonso-noriega
Copy link
Contributor

While doing real time fulltext search, many times Lucene special characters are part of the input text and break the elastic/solr parser internally (non closed quotes, etc.) or return a complete set of wrong results(!,-,etc.).
To avoid this add a flag to FulltextSearch definition which allows to disable lucene syntax(by escaping special characters) in those use cases where there is no interest on using this advanced features.

KWatzal pushed a commit to KWatzal/vind that referenced this issue Mar 31, 2021
KWatzal pushed a commit to KWatzal/vind that referenced this issue Mar 31, 2021
tkurz added a commit that referenced this issue Apr 1, 2021
…ble-lucene-syntax-flag

Escape lucene based special characters when flag is set
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant