So the search results in my dev version of the app work perfectly but once I deploy that version to live the search results don’t work as well in my live version.
Earlier I was having the issue that both Dev and Live versions were not showing all the restaurants in my database. I fixed that in my Dev version by doing search for all restaurants and then filtering the result using constraint. (previously I was putting my Custom State (Ambience CS2) directly in the repeating group’s "Data source)
No one’s going to have a clue what’s wrong probably!
So to debug this what I’d do is make a button where you can click to search. (We’ll do this because then we can use bubble’s page-embedded debugger to see exactly what’s going on and what data is being returned.
So I’d do that. Make it a button so it’s a workflow, and you can see what that workflow is searching for exactly so you can see what the difference is on Live vs Dev.