Hi Team,
I want to create suggester with autocomplete feature. Currently, suggestions are coming on prefix which i need to change. For example: I have machine name as ROV Magnum 001. My current suggester is working fine if I type ROV but if I type Magnum then it won't show in suggestion. I want to implement this. I can use match_phrase_prefix but that would not give me suggestions, only results.
Is there any way in which i can search the words from in between and show it as suggestion.
Thanks