View Single Post
I wanted to run this idea on the forum before formally submitting it as a feature request.

Background: When I use Google (or most search engines) for a phrase, the search results not only include pages containing the exact phrase (aside from differing capitalizations), but it also includes pages containing a fuzzy match of the phrase. The fuzzy match often includes punctuation and other non-alphanumeric characters in the whitespace of the searched phrase.

Example: I may do a Google search for the phrase "so fast son". The search results include sentences containing that exact phrase. It also matches other phrases like "...not so fast, son..." and "...so fast. Son..." When I view any of these pages with a fuzzy match, I cannot easily find them in OW. The regular search does an near-exact (when it comes to spaces) match. The regular expression is not trivial to construct (and not easy to memorize!), but it's possible. So I'd like to see OW provide another search method that does the hard work (using regular expressions, etc.) to replicate a Google-style text search on these pages.

Thoughts?