Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Improve search bar #13

Open
2 of 4 tasks
Tracked by #7
Cierra-Runis opened this issue Aug 2, 2023 · 1 comment
Open
2 of 4 tasks
Tracked by #7

[Enhancement] Improve search bar #13

Cierra-Runis opened this issue Aug 2, 2023 · 1 comment
Assignees

Comments

@Cierra-Runis
Copy link
Owner

Cierra-Runis commented Aug 2, 2023

Add more search config.

  • Fuzzy searching(maybe difficult to implement)
  • Regex matching
  • Title searching
  • Sort by last modified time, mood, weather
@Cierra-Runis Cierra-Runis self-assigned this Aug 2, 2023
Cierra-Runis added a commit that referenced this issue Aug 4, 2023
1. 🌍Title searching #13
@Cierra-Runis
Copy link
Owner Author

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.

Cierra-Runis added a commit that referenced this issue Nov 18, 2023
1. 🌍Title searching #13


Former-commit-id: 469c062
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant