We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80112dd + 4b8d392 commit b9615d5Copy full SHA for b9615d5
.ai/boost/core.blade.php
@@ -29,6 +29,6 @@
29
30
1. Simple Word Searches with auto-stemming - query=authentication - finds 'authenticate' and 'auth'
31
2. Multiple Words (AND Logic) - query=rate limit - finds knowledge containing both "rate" AND "limit"
32
-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
33
4. Mixed Queries - query=middleware "rate limit" - "middleware" AND exact phrase "rate limit"
34
5. Multiple Queries - queries=["authentication", "middleware"] - ANY of these terms
0 commit comments