GNOME Bugzilla – Bug 671050
Search only works with lowercase letters
Last modified: 2012-02-29 19:52:24 UTC
When I have a document called "Testfile.odt" I can find it by searching for "test" but not for "Test" which is confusion and absolutely non obvious to the users. Shouldn't we just convert the string to lowercase before passing it to the search API?
Created attachment 208713 [details] [review] search: Fix searching by uppercase letters Currently search only works with lowercase letters, using uppercase ones always results into no result. Fix that by converting the user supplied string to lowercase before passing it down to the search APIs.
Review of attachment 208713 [details] [review]: Thanks, looks good to me.
Attachment 208713 [details] pushed as 5ffa314 - search: Fix searching by uppercase letters