Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
69ef2df
docs: add search command requirements submodule update
dluc Nov 30, 2025
d7337c8
docs: update search requirements submodule
dluc Nov 30, 2025
9595594
docs: update search requirements - streaming decision
dluc Nov 30, 2025
cb988a4
docs: update search requirements submodule
dluc Nov 30, 2025
4210af8
docs: update search requirements - corrected config structure
dluc Nov 30, 2025
5760415
docs: update search requirements - pagination with memory safety
dluc Nov 30, 2025
41941c6
docs: update search requirements - query complexity limits
dluc Nov 30, 2025
5d6971d
docs: update search requirements - error handling
dluc Nov 30, 2025
dfdbecb
docs: update search requirements - index availability
dluc Nov 30, 2025
31d3747
docs: update search requirements - sorting strategy
dluc Nov 30, 2025
d6666cd
docs: update search requirements - access control
dluc Nov 30, 2025
e93ab0b
docs: update search requirements - highlighting strategy
dluc Nov 30, 2025
51f012a
docs: finalize search requirements - all 20 questions answered
dluc Nov 30, 2025
166d629
docs: update submodule - additional search feature evaluations
dluc Nov 30, 2025
cf02a1b
docs: fix question numbering - now Q8-Q29 (29 total questions)
dluc Nov 30, 2025
942354e
docs: clarify weight configuration - per-node, per-index weights only
dluc Nov 30, 2025
51a4b4c
docs: comprehensive index selection requirements with validation rules
dluc Nov 30, 2025
2bd9d93
docs: add complete API reference with all consolidated models and int…
dluc Nov 30, 2025
6cf7399
docs: add comprehensive score calculation reference with explicit exa…
dluc Nov 30, 2025
f73db0e
docs: comprehensive MongoDB JSON query format - BOTH formats required
dluc Nov 30, 2025
8825760
docs: fix Scenario 4 - remove nodeName, nodes have single identifier
dluc Nov 30, 2025
98729c4
docs: fix Q16 - no field name validation, consistent with Q9 NoSQL se…
dluc Nov 30, 2025
78df1c6
docs: fix Scenario 3 - no streaming, batch-only per Q14
dluc Nov 30, 2025
4828eb5
docs: fix Q10 - consistent property name defaultNodes
dluc Nov 30, 2025
dca4242
docs: fix Scenario 2 - document NoSQL semantics solution
dluc Nov 30, 2025
c0ddc43
docs: complete CLI options section with all decided flags
dluc Nov 30, 2025
20233f4
docs: add missing type definitions for reranking
dluc Nov 30, 2025
9f49bea
docs: renumber Requirements section sequentially
dluc Nov 30, 2025
0c58244
docs: clean up Q19 rationale text
dluc Nov 30, 2025
7296936
docs: Q13 - remove duplicate API code, keep decisions
dluc Nov 30, 2025
00b6714
docs: specify Parlot as parser library in Dependencies
dluc Nov 30, 2025
b9c87fe
docs: Next Steps - planning complete, ready for architecture
dluc Nov 30, 2025
37bbdcc
docs: section header - all questions answered
dluc Nov 30, 2025
42e5f01
docs: all questions answered, no open questions remaining
dluc Nov 30, 2025
31b7061
docs: critical requirement - default field searches all FTS-indexed f…
dluc Nov 30, 2025
d02aadb
docs: complete record data model with title/description and FTS index…
dluc Nov 30, 2025
e0672f1
docs: add CONFIGURATION.md for search feature
dluc Nov 30, 2025
cb3a30a
feat: implement search command with dual query formats (infix + Mongo…
dluc Nov 30, 2025
2dffbe4
docs: add comprehensive CONFIGURATION.md and examples CLI command
dluc Dec 1, 2025
ee2c004
fix: correct DefaultValue type for MinRelevance parameter
dluc Dec 1, 2025
8df4132
fix: resolve critical FTS indexing and search bugs
dluc Dec 1, 2025
4cb283e
fix: resolve critical search bugs and improve test coverage
dluc Dec 1, 2025
59bf3f2
fix: field-specific queries now extract FTS terms for Equal operator
dluc Dec 1, 2025
52979c9
test: add comprehensive end-to-end search integration tests
dluc Dec 1, 2025
0f15042
feat: comprehensive examples and E2E tests - discovered new bugs
dluc Dec 2, 2025
fd3277d
test: add E2E test for km examples command
dluc Dec 2, 2025
d1d364d
fix: escape JSON in examples + add E2E test for km examples output
dluc Dec 2, 2025
cc62c83
docs: document known search bugs and add km examples E2E test
dluc Dec 2, 2025
1d219a8
chore: update Definition of Done with KNOWN-ISSUES.md and PR requirem…
dluc Dec 2, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions AGENTS.md → CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
- [ ] `format.sh` runs successfully without warnings or errors
- [ ] `coverage.sh` runs successfully without warnings or errors
- [ ] there are zero skipped tests
- [ ] `KNOWN-ISSUES.md` is up to date
- [ ] if a PR exists, the PR title, description and content are up to date

# C# Code Style

Expand Down
Loading
Loading