Query not working as expected with data api

Hello,

I am trying to use the bubble data api to get data from bubble database of my app.
For the same I am using a GET method.
I need to perform filter on a text column of a thing and for the same I am using constraints as specified at Data API - Bubble Docs
The problem is the constraint text contains searches the text as a word instead of performing a ‘like’ search.
For example - say my column text has value ‘NSE-BANK-NIFTY’ and I am sending string search constraint as ‘AN’ it returns an empty list but if I send ‘NSE’ or ‘BANK’ or ‘NIFTY’ then it successfully returns the above data set.
Kindly check.
Regards
Himanshu

1 Like

This topic was automatically closed after 14 days. New replies are no longer allowed.