I studied this bug earlier today, and found that the problem is with searching for text at the beginning and end of a word. So that is why Org...b does not work, but searching for letters close to each other it works.
I have fixed it at https://github.com/quicksilver/Quicksilver/pull/1475 On 18 April 2013 22:08, Daniel Schmidt da Silva < [email protected]> wrote: > I have run some more test with you info, and it became worse: > > If I search for the entire string, it works. Does not break at 'ç' or 'ã'. > > If I search for 'ORG B' (with a space) it goes to text mode (as if I typed > '.') > > Any search I do with the second word onwards (including the final 'B') > works perfectly. > > I renamed the folder with plain 'c' and 'a' instead of 'ç' and 'ã'. The > results were exactly the same. > > Now I'm confused. > > > On Wed, Apr 17, 2013 at 12:07 AM, Patrick Robertson < > [email protected]> wrote: > >> There are currently a few known problems with Quicksilver searching >> strings with certain characters, and it's possible that the ç or ã are >> stopping the search. >> >> See https://github.com/quicksilver/Quicksilver/issues/1042 for more >> details >> >> On 17 April 2013 05:51, Daniel Silva <[email protected]>wrote: >> >>> I have already done lots of tests with this problem: >>> >>> I have a folder in my catalog named "*org*anização de computadores B" >>> (in portuguese). >>> >>> I have associated it with the string "*org*". It works beautifully. >>> >>> But I wanted to associate it with the string "*orgb*" or "*orgB*". >>> >>> When I search for "*orgb*", "*org*anização de computadores *B*" >>> vanishes from the results list and only another folder (named "Programming >>> Ruby") remains there. >>> >>> Why is it? Does the string indexing has a size limit? Isn't it indexing >>> the capital "*B*" at the end of the folder name? >>> >>> How can I test/debug it? >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Quicksilver" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> >>> To post to this group, send email to >>> [email protected]. >>> Visit this group at >>> http://groups.google.com/group/blacktree-quicksilver?hl=en. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >>> >>> >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Quicksilver" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/blacktree-quicksilver/YUSlSZlbCls/unsubscribe?hl=en >> . >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> >> To post to this group, send email to >> [email protected]. >> Visit this group at >> http://groups.google.com/group/blacktree-quicksilver?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- > You received this message because you are subscribed to the Google Groups > "Quicksilver" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to > [email protected]. > Visit this group at > http://groups.google.com/group/blacktree-quicksilver?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/blacktree-quicksilver?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
