muzzle-velocity/lib
randogoth 6470a878fd fix tag search case sensitivity
_filterNotes lowercases the query so searchTags contains e.g. '#work',
but _extractTags preserves original case from file content ('#Work').
The startsWith comparison was case-sensitive, causing all tag searches
to fail whenever the file used any uppercase in tag names.

Fix: toLowerCase() on the noteTag side before comparing.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-19 17:39:38 +03:00
..
themes devbox setup, dep upgrades, lint fixes, Android build fixes 2026-06-19 17:08:29 +03:00
codefield.dart devbox setup, dep upgrades, lint fixes, Android build fixes 2026-06-19 17:08:29 +03:00
main.dart devbox setup, dep upgrades, lint fixes, Android build fixes 2026-06-19 17:08:29 +03:00
note_editor.dart add view mode as default, open new notes in edit mode with cursor ready 2026-06-19 17:21:00 +03:00
note_list.dart fix tag search case sensitivity 2026-06-19 17:39:38 +03:00
read_only.dart devbox setup, dep upgrades, lint fixes, Android build fixes 2026-06-19 17:08:29 +03:00
texts.dart added about and help texts, font size slider 2025-02-22 20:59:42 +02:00