Search supports the following functions:
Function | Symbol | Description |
---|---|---|
AND | , | Includes results containing both terms. |
OR | | | Includes results containing either term. |
NOT | – | Excludes results containing the term. |
Grouping | () | Groups terms for complex queries. |
Phrase | “” | Matches an exact phrase. |
Examples
Basic Queries:
climate,change → Matches entries with both “climate” AND “change”.
protest | activism → Matches entries with either “protest” OR “activism”.
-violence → Excludes entries containing “violence”.
Complex Queries:
(environment | sustainability),policy → Matches entries containing either “environment” OR “sustainability” AND “policy”.
“climate crisis” | (renewable,energy) → Matches entries with the exact phrase “climate crisis” OR both “renewable” AND “energy”.
-corporate,(greenwashing|deception) → Excludes entries with “corporate” while requiring “greenwashing” OR “deception”.