Open omkark opened 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"
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"