dhamaso / ufd

Automatically exported from code.google.com/p/ufd
GNU General Public License v2.0
0 stars 0 forks source link

Space is not really considered for search #77

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. type some chars in the drop down
2. then type space 
3. still getting the output as without space

What is the expected output? What do you see instead?
Needs to search entire texts typed in the drop down along with space

What version of the product are you using? On what operating system?
    ufd @VERSION : Unobtrusive Fast-filter Drop-down jQuery plugin. in Unix

Please provide any additional information below.
search is handled in "var mm = self.trie.find(searchText); // search!" line

Original issue reported on code.google.com by aatg1...@gmail.com on 23 Oct 2012 at 2:24

GoogleCodeExporter commented 9 years ago
Ex: Lists
1. ABC 0123.23
2. ABC 0123. 23
3. ABC 0123.(23

Now searching with the text "ABC 0123. " (with leading Whitespace) Still 
getting all the lists as a results. I am using IE8

Original comment by aatg1...@gmail.com on 23 Oct 2012 at 3:09