I’m facing an issue with filtering and search functionality in my Bubble application. I have implemented a search feature with multiple filters based on URL parameters. The filters include category, subcategory, tag, and type.
The problem I’m experiencing is that when I set the fourth filter (which can be any of the four filters), the search does not display any results. However, when I reload the page with the same filter values, the search displays the expected results.
I have thoroughly tested the functionality and ensured that the URL parameters are being correctly retrieved and assigned to the filter values. I have also reviewed the search action, the filter configuration, and the data types. Additionally, I have verified the data availability and timing.
Despite these efforts, the issue persists. I have debugged the application and confirmed that the URL parameters are being passed correctly and that the search action is being triggered with the expected filter values. However, the search does not yield any results when the fourth filter is set.
I would greatly appreciate any insights or suggestions from the Bubble community on how to troubleshoot and resolve this issue