|
|
|
|
|
by zzo38computer
358 days ago
|
|
If you are doing searching, then a variant can be that it does not need to predict what words you meant, but will search for all words that match the numbers you pushed. For example, if you try to search for a title and one of the words in your search is entered "223", then either "ace" or "bad" can be in that position, and if there is a title with "ace" matching in that position and a title with "bad" matching in that position, both are displayed. So, this variant is you enter the entire title (or a substring of the title) first before it predicts what words you meant. After it is entered then all results are displayed, with a number next to each one, and then you must push the number corresponding to the one that you want. |
|