Comment #2 on issue 5875 by vgarnashevich: Search Box: space at beginning or at end of a search query should mean word's start or word's end http://code.google.com/p/chromium/issues/detail?id=5875
I guess you're right. For example search query " abc def " would correspond to regexp: /(^|\s+)abc(\s+)def($|\s+)/is -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
