DrStrangeloovee / Elevate360

0 stars 0 forks source link

Implement Search bar #27

Open DrStrangeloovee opened 2 months ago

DrStrangeloovee commented 2 months ago

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:
https://github.com/pocketbase/pocketbase/discussions/3807

DrStrangeloovee commented 3 weeks ago

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...