When I enter some text in suggestbox
and if entered string is not matched alphabetically to the suggestions(i.e in suggestionlist
); suggestbox
do not show suggestions.
For example if suggestion list contain "will smith" and I enter "will" in suggestBox it will show me the suggestion but if I enter "smith" it will not show any suggestion.
BTW, I'm using MultiWordSuggestOracle
for suggestions.