Search page work: Still not complete. #11

Merged
azpect merged 7 commits from feature/search into master 2025-07-10 20:09:29 -07:00
Owner

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.

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.
azpect added 2 commits 2025-07-07 21:44:20 -07:00
Furthermore, not sure how we are going to handle the searching. Maybe a
full-text search index? For now, it has been ignored, but the filters
seem to be working properly.
Missing some context storage and better passing of data to allow
between the home page to the search page. Need a way to store the search
results in state so they can be retrieved when the page is reloaded,
etc.
azpect added 2 commits 2025-07-09 22:22:55 -07:00
This means that we can use the cookie data to load the filters when the
search page loads. The final step is making sure the search is complete
and the simple redirection. Which will come in the next commit!
The search is nearly complete for the initial implementation. Just need
to figure out what to do with the text search provided, make any
required UI changes, and eventual implement pagination via a "load more"
button.
Author
Owner

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.

### 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.
azpect added 1 commit 2025-07-10 17:52:28 -07:00
However, this only occurs when the page is loaded WITH filters. If
filters are not found in the cookies, such as when a blank page is
loaded, then a search will only execute on submit.
azpect added 1 commit 2025-07-10 19:55:11 -07:00
This is a HUGE upgrade and can mark the searching nearly complete! Other
than the scrolling and some other smaller UI things. The search appears
to be working.
azpect added 1 commit 2025-07-10 20:01:20 -07:00
azpect merged commit 1b41478143 into master 2025-07-10 20:09:29 -07:00
Sign in to join this conversation.
No description provided.