Previously Alliance would use LIKE %SEARCH QUERY% to find files which match the
query however this fails to work as expected.
My patch tokenizes the search query and appends "AND (LOWER(filename) LIKE ?) "
to the prepared statement for each additional word in the query. It limits the
number words to 10.
Original issue reported on code.google.com by jbrownbr...@gmail.com on 9 Dec 2010 at 3:03
Original issue reported on code.google.com by
jbrownbr...@gmail.com
on 9 Dec 2010 at 3:03Attachments: