[Enhancement] Improve search bar
Opened this issue · 1 comments
Cierra-Runis commented
Add more search config.
- Fuzzy searching(maybe difficult to implement)
- Regex matching
- Title searching
- Sort by last modified time, mood, weather
Cierra-Runis commented
Since the data type stored is a serialized string of Map<String, dynamic>
, the current search method will result in searching for content that is not stored by the user but the program needs.
Isar v4 will support Map<String, dynamic>
datatype, which will resolve this issue.