Changes
/* Individual words and connected phrases */
=== Individual words and connected phrases ===
The search text interpreter will try to split up your query into words that are separated by a blank character (' '{{Code| }}). Every word counts as a separate criterion.E.g., the query {{Code|Hello, Bob}} will result in a search for the criteria "Hello," and "Bob", independently.
But what if I want to search for something that contains a space character, e.g. "2015-05-27 20:34" or "Layer IV"?
In this case, wrap your connected phrase into quotation marks ({{Code|"}}) - the search text interpreter will handle it as a single criterion.Example: {{Code|Chuck "He who needs no nickname" Norris}} will result into three criteria (one of them being the phrase "He who needs no nickname"). [[Category:Android|Mobile Free Text Search]][[Category:Search|Mobile Free Text Search]]
=== Dates and times ===