-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Fix Version/s: 10.10-HF59, 2021.17
-
Component/s: Elasticsearch
match_phrase_prefix query used for autocompletion can sometimes produce confusing results because it takes only 50 (default max_expansion) terms from the dictionary which may hides some results.
Exposing a property to set a custom value for this ES parameter would help to solve customers' issues
- is related to
-
NXP-31386 Find a solution to bypass the limitation to 50 results when using LIKE/ILIKE operators
- Resolved