Skip to content

Commit d90c4b7

Browse files
committed
guidelines: boost: update search queries to array from string
1 parent c4a96b6 commit d90c4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ai/boost/core.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- The 'search-docs' tool is perfect for all Laravel related packages, including Laravel, Inertia, Livewire, Pest, Nova, Nightwatch, etc.
2323
- You must use this tool to search for Laravel-ecosystem documentation before falling back to other approaches.
2424
- Search the documentation before making code changes to ensure we are taking the correct approach.
25-
- Use multiple, broad, simple, topic based queries to start. For example: `rate limiting##routing rate limiting##routing`.
25+
- Use multiple, broad, simple, topic based queries to start. For example: `['rate limiting', 'routing rate limiting', 'routing']`.
2626

2727
### Available Search Syntax
2828
- You can and should pass multiple queries at once. The most relevant results will be returned first.

0 commit comments

Comments
 (0)