Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix search query special chars (#1605)
The search query used in the generateQueryString function does not escape special characters specified in the escape_queries setting, and the query provided to it by arElasticSearchPluginQuery has not been previously escaped either. Updating this to call escapeTerm to escape the search query so that this setting is respected.
- Loading branch information