diff --git a/.ai/boost/core.blade.php b/.ai/boost/core.blade.php index 542d70b..99d4ac4 100644 --- a/.ai/boost/core.blade.php +++ b/.ai/boost/core.blade.php @@ -29,6 +29,6 @@ 1. Simple Word Searches with auto-stemming - query=authentication - finds 'authenticate' and 'auth' 2. Multiple Words (AND Logic) - query=rate limit - finds knowledge containing both "rate" AND "limit" -3. Quoted Phrases (Exact Position) - query="infinite scroll - Words must be adjacent and in that order +3. Quoted Phrases (Exact Position) - query="infinite scroll" - Words must be adjacent and in that order 4. Mixed Queries - query=middleware "rate limit" - "middleware" AND exact phrase "rate limit" 5. Multiple Queries - queries=["authentication", "middleware"] - ANY of these terms