**Search Help:**
* **Basic Search:** Type text to find cards where the text appears anywhere in the word, kana, or meaning
(substring match).
*Example:* `cat`
* **Exact Match:** Enclose a word or phrase in double quotes `"` to find cards where the word, kana, or
meaning matches exactly.
*Example:* `"cat"` (matches only "cat", not "category")
* **Multiple Terms (AND):** Separate terms with spaces. Cards must contain *all* terms (in any field).
*Example:* `study quickly` (finds cards containing both "study" AND "quickly")
* **Either Term (OR):** Use ` OR ` (case-insensitive, spaces required) between terms. Cards must contain *at
least one* of the terms.
*Example:* `cat OR dog` (finds cards containing "cat" OR "dog")
* **Combining:** You can combine these. OR takes precedence over AND groups.
*Example:* `"go" quickly OR study` (finds cards with exact "go" AND "quickly", OR cards with "study")