Fix: Catalog search
Hi Team
When using the search input on the catalogs page I noticed that I get less results every time I use it.
How to reproduce the bug
- Navigate to /dashboard/catalogs
- search for sentiment
- search for feedback
- no results are shown
Proposed Fix In this MR, you’ll find a very basic fix for the underlying issue: how the search parameters are stored and passed to the API. This may require further consideration, as it may indicate that the search feature is not functioning as originally intended.
Thanks for the review!