Hi, we are using user tagging to search for geopoints
query.whereClause = "userId in ('\(u.objectId)') OR eventTags LIKE '%@\(username) %'"
This code used to work for us and we only recently changed the name of the variable from eventCaptin to eventTags.
I have checked the data and everything looks correct. Is there anything I can do to verify the search query?
Thank you in advance for any tips.