On 4/19/07, escher2k <[EMAIL PROTECTED]> wrote:
Thanks Jennifer. But the issue with the quotes would be that it would match the string exactly and not find it, if there were other words in between (e.g. New Capital Delhi).
If you want to restrict a section of a query to a field, use brackets: city:(.....) thus: city:(New Delhi) --> city contains 'new' or 'delhi', highest score to those containing both city:(+New +Delhi) --> city contains 'new' AND city contains 'delhi' city:"New Delhi"~1000 --> city contain 'new' with 1000 words of 'delhi', highest score to matches having the words nearby -Mike