I am working on a web ui that is primarily an interactive map. I am applying filters to narrow results for the query. When running the query in the playground it runs quickly and easily. However, sometimes the query gets "locked" when it runs in the application. I have an inkling it might be due to how some map markers are being rendered; however, in the past the query has run just fine, and then sometimes locks up. So the performance seems a bit inconsistent.
I figured out that i was using a slightly varied version of the query between the application and the playground. When I used the query from the playground in the app, the "locking up" went away.