Commit bf0456d
fix: clarify repo: filter usage in search assist syntax description
- Updated repo: filter description to explicitly state it should only be
used to limit which repositories are searched, not for content searches
- Added IMPORTANT note to distinguish between repo filter vs content search
- Added 3 new examples showing correct usage:
- Terraform files referencing deployment names (content search)
- Files mentioning a service name (content search)
- Python files in a specific repo using requests (repo + content)
Fixes the issue where AI Search Assist incorrectly used repo: filter when
users wanted to search for content containing specific keywords.
Example:
- User query: 'Find repos containing Terraform pertaining to glennbot'
- Before: lang:Terraform repo:(glennbot|glenn-bot) (wrong - filters by repo name)
- After: lang:Terraform (glennbot|glenn-bot) (correct - searches content)
Co-authored-by: Michael Sukkarieh <msukkari@users.noreply.github.com>1 parent 2168586 commit bf0456d
1 file changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| |||
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
99 | 110 | | |
0 commit comments