NeoEntityX
CCConvex Community
•Created by NeoEntityX on 4/28/2025 in #support-community
Architecture help for search page
Hello, I would like some help w/ designing a search page that has two components: a search bar and a search results lists. I have already the docs for searching and paginations on Next.js's website. However my SearchBar component uses some useQuery hooks which causes issues w/ fetching the user.
For instance, instead my SearchBar, I have 3 buttons, one of which, gets the user folders and lets the user add the search query a folder. However whenever this query is run, the user is returned null.
4 replies