Frontend: full-text search across catalogue #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Add a search bar to the NavBar. On the backend, catalogue list endpoint needs a ?q= text search param (PostgreSQL full-text or ILIKE on title/show_name/description). Frontend shows results in a live dropdown or dedicated results page. Debounce at 300ms.