File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments