Examples of search

Search one word : example

This will search for sentences containing the word "example".
Note that if you specify the language, the search will not always be an exact search. More concretely, if you are searching "thinking", and do NOT specify any language, it will return sentences with EXACTLY the word "thinking". But if you specify that the language is English, it will also return sentences with "thinks" and "thinking".

Using quotes : "I would like"

This will search for sentences containing "I would like". If you remove the quotes, see below.

Search with OR operator : I would like

This will search for sentences containing "would" or "like". Words with 3 characters or less are ignored if they are not inside of quotes, which is why "I" is not taken into account here.

Search with AND operator : +here +there

This will search for sentences containing "here" and "there".

Search with NOT operator : here -there

This will search for sentences containing "here" but not "there".

Grouping : +like +(television sleep)

This will search for sentences containing "like" and "television", or "like" and "sleep".