Search page work: Still not complete. #11
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/search"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The search function is somewhat working, but the backend is not 100% complete. Might need a full text index to allow for better searching.
Furthermore, the display is half-baked. Need a way to hold the state on the page. Also, we need a way to move the home search bar from the home page to the search page with results. Not sure yet how this can be done with HTMX and the current setup, but that is next to come.
REQUIREMENT
Before merging, update the search page UI to execute the search if filters are loaded into the page. This will enable a more seamless transition from the home page to the search page, as well as when navigating back through the browser history.