Skip to content

Commit 0b37ba4

Browse files
kriskclaude
andcommitted
docs: add TODO with triaged bugs and feature requests
Triaged 57 stale-closed issues. 10 legitimate bugs and 9 worthwhile feature requests documented for future work. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c226523 commit 0b37ba4

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

TODO.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# TODO
2+
3+
Triaged from stale-closed issues (April 2026). Items are roughly priority-ordered within each section.
4+
5+
## Bugs
6+
7+
- [ ] #798`toJSON()` includes `getFn` functions in keys, breaking serialization to IndexedDB
8+
- [ ] #712`!` exclusion in extended search doesn't work properly across multiple keys
9+
- [ ] #730 — Leading space in search pattern drastically changes the score
10+
- [ ] #762`threshold: 0` with `ignoreLocation: true` returns non-perfect matches
11+
- [ ] #764`minMatchCharLength` does not filter results as expected
12+
- [ ] #785 — Incorrect `refIndex` for nested array field matches
13+
- [ ] #781 — Match indices include leading spaces when query contains spaces
14+
- [ ] #778 — Duplicate indices in match results on long strings
15+
- [ ] #761 — Indices incorrect when search pattern contains parentheses
16+
- [ ] #725 — Multi-word search ranks non-matching item equal to correct match
17+
18+
## Features
19+
20+
- [ ] #801 — Export/import index for persistence (avoid re-indexing on reload)
21+
- [ ] #800 — Allow key-level `getFn` to return null/undefined
22+
- [ ] #765 — Support escaping the `|` operator in extended search
23+
- [ ] #804 — Extend `ignoreDiacritics` to cover Hebrew/Arabic diacritical marks
24+
- [ ] #776 — Add inverse-include (fuzzy exclusion) operator to extended search
25+
- [ ] #806 — Option to match across concatenated key values
26+
- [ ] #779 — Option to disable transposition in fuzzy matching
27+
- [ ] #736 — Support keyless pattern entries in logical queries
28+
- [ ] #728 — Option to return all results when query is empty

0 commit comments

Comments
 (0)