Comment on What is full-text search (and why you need it now)parentComments−Pewpewarrows15yThat's what the undocumented (as far as I know) AROUND word in searches is for.If you type "cat AROUND(5) dog" into google, it'll return the top results that contain anywhere from 0 to 5 words between cat and dog.
Comments
That's what the undocumented (as far as I know) AROUND word in searches is for.
If you type "cat AROUND(5) dog" into google, it'll return the top results that contain anywhere from 0 to 5 words between cat and dog.