Keyword Quest
Score: 0
Quick Tips:
- AND: Narrows your search (e.g., `dogs AND training`). Finds items with BOTH terms.
- OR: Broadens your search (e.g., `teenagers OR adolescents`). Finds items with EITHER term. Great for synonyms.
- NOT: Excludes terms (e.g., `jaguar NOT car`). Use with caution!
- Truncation (*): Finds variations of a word root (e.g., `comput*` finds computer, computing, computation).
- Parentheses ( ): Group terms, especially with OR: `(renewable energy OR solar power) AND policy`.