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

Implement Search bar #27

Open
DrStrangeloovee opened this issue Apr 18, 2024 · 1 comment
Open

Implement Search bar #27

DrStrangeloovee opened this issue Apr 18, 2024 · 1 comment
Labels
points: 2 Slightly more complex task that may require additional steps todo Open issue - todo

Comments

@DrStrangeloovee
Copy link
Owner

Continuation of #16.

The search bar should serve as a helpful utility for finding any text in the available notes of the user. Obviously there is back end logic to implement to query the database for the search parameter. Additionally a place to display the search results is needed. This feature needs more refinement in separate issues.

Note - I found a simple implementation for a full-text-search with pocketbase maybe this becomes useful in the future:
pocketbase/pocketbase#3807

@DrStrangeloovee DrStrangeloovee added the todo Open issue - todo label Apr 18, 2024
@NickMuellner NickMuellner added the points: 2 Slightly more complex task that may require additional steps label Apr 26, 2024
@DrStrangeloovee
Copy link
Owner Author

May be discarded as the app could be seen as feature complete without this one. If there is time for it somebody could grab it. Based of the current master branch there shouldn't be anything holding us back from starting with this one - if there is time for it...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
points: 2 Slightly more complex task that may require additional steps todo Open issue - todo
Projects
None yet
Development

No branches or pull requests

2 participants