All Collections
Troubleshooting
When using the "contains keywords" operator, why is some of the text ignored in run-mode?
When using the "contains keywords" operator, why is some of the text ignored in run-mode?
Updated over a week ago

The "contains keywords" operator will ignore stop words. Stop words tend to be short, common words which the database will ignore when you query for them, except in the context of phrases. Examples include: "the", "I", or "do". You can find a list of stop words here.

For more information related to the "contains keywords" operator, please see our related manual entry here.

Did this answer your question?