БлагоЯр
15 discussion posts
How to understand this line?
Treat query text as one large query term
Normally, the text in the Query box is parsed for operators and things, like this:
Query: dogs cats
Parsed as: dogs OR cats
If you enable that option, the query above would be parsed as "dogs cats"
Hope that helps!