optimistex / ngx-select-ex

Angular based replacement for select boxes
https://optimistex.github.io/ngx-select-ex/
MIT License
111 stars 42 forks source link

Need to handle reverse search #157

Open omkark opened 5 years ago

omkark commented 5 years ago

Just to explain the scenario, suppose I have string "My name is Adam". If I search "name is" or any forward combination, I am getting result.

But support if user searches "is name", I am not getting any result. Might be it is not able to match sub string from available options.

Could you please help me how this can be handled. I want output if user selects "is name"