qmd/test
Tobi Lütke efb39616e6
feat(lex): add query syntax for exact phrases, negation, and OR
Lex queries now support:
- "exact phrase" - quoted exact matching (no prefix)
- -term or -"phrase" - exclude from results
- term1 OR term2 - match either term

Semantic queries (vec/hyde) validate and reject these operators
with helpful error messages.

Examples:
  performance -sports     → matches "performance" excluding "sports"
  "machine learning"      → exact phrase match
  auth OR authentication  → matches either term
2026-02-18 22:14:09 -05:00
..
eval-docs Add 6 synthetic evaluation documents 2025-12-21 13:10:35 -04:00
cli.test.ts fix: correct test paths after moving to test/ directory 2026-02-15 21:46:45 -04:00
collections-config.test.ts fix(test): reset currentIndexName between test files 2026-02-18 15:53:58 -04:00
eval-bm25.test.ts test: move all tests to flat test/ directory 2026-02-15 21:37:47 -04:00
eval-harness.ts Fix qmd embed crash and resolve all TypeScript errors 2025-12-31 13:32:30 -04:00
eval.test.ts test: move all tests to flat test/ directory 2026-02-15 21:37:47 -04:00
formatter.test.ts test: move all tests to flat test/ directory 2026-02-15 21:37:47 -04:00
llm.test.ts test: move all tests to flat test/ directory 2026-02-15 21:37:47 -04:00
mcp.test.ts refactor(mcp): remove deprecated search tools, keep only structured_search 2026-02-18 21:50:25 -05:00
multi-collection-filter.test.ts fix: support multiple -c collection filters in search commands 2026-02-16 14:03:53 -04:00
store-paths.test.ts test: move all tests to flat test/ directory 2026-02-15 21:37:47 -04:00
store.helpers.unit.test.ts test: move all tests to flat test/ directory 2026-02-15 21:37:47 -04:00
store.test.ts test: move all tests to flat test/ directory 2026-02-15 21:37:47 -04:00
structured-search.test.ts feat(lex): add query syntax for exact phrases, negation, and OR 2026-02-18 22:14:09 -05:00