You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: extractTagTokens regex - add g flag and use non-capturing group
- Add 'g' flag to match all tags in query (fixes multi-tag queries like 'proj:AIF env:prod')
- Change capturing group (pattern) to non-capturing (?:pattern) to avoid returning bare prefixes
- Add test cases for multi-tag extraction and BM25 false positive filtering
Fixes reviewer feedback in PR #212
0 commit comments