Skip to content

feat: fuzzy search categories + duplicate detection (fuse.js)#217

Merged
Dev-Moulin merged 1 commit intomainfrom
feat/category-fuzzy-search
Feb 12, 2026
Merged

feat: fuzzy search categories + duplicate detection (fuse.js)#217
Dev-Moulin merged 1 commit intomainfrom
feat/category-fuzzy-search

Conversation

@Dev-Moulin
Copy link
Owner

  • New generic hook useFuzzySearch with fuse.js (threshold 0.3, minMatch 2)
  • Category chips filtered in real-time as user types (fuzzy tolerant)
  • Similar category suggestion when creating a new one (amber clickable)
  • Similar totem detection by name with max 3 suggestions
  • Category chips grid limited to 3 rows with scroll overflow
  • i18n keys for similarCategoryFound / similarTotemFound (en + fr)

- New generic hook useFuzzySearch with fuse.js (threshold 0.3, minMatch 2)
- Category chips filtered in real-time as user types (fuzzy tolerant)
- Similar category suggestion when creating a new one (amber clickable)
- Similar totem detection by name with max 3 suggestions
- Category chips grid limited to 3 rows with scroll overflow
- i18n keys for similarCategoryFound / similarTotemFound (en + fr)
@Dev-Moulin Dev-Moulin merged commit 6e8b276 into main Feb 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant