Possible Duplicate:
Is it possible to force order of search terms to give to a search engine (as in A to B not B to A)
When searching a sequence of words in google, the results returned can contain the words in any order different than the one appearing for the sequence used as the searching keywords.
For example, if I search Web Applications, then in a result, Applications is allowed to appear before Web. However, I would like to disallow such a case, and only allow for cases where Web appears anywhere before Applications, not just immediately before.
I wonder if there is a way to preserve the order of words in the sequence of searching keywords?
Thanks!