Searching Multiple Fields using Bubble's Data API

So I am trying to use Bubble’s Data API to search through a data type, but I would like it to search through two fields: Title (text) and Location (geolocation), using the same query. As long as either field contains the search term, the item will show up as a result.

How do I achieve this through Bubble? Or should I instead look at the ability to filter the results client side (using React Native for front end).