manage ilike in api?
theres any api method to search records like ILIKE ? or theres only LIKE available?
3 Replies
There is the
iContains
filter in the query API: https://xata.io/docs/sdk/filtering#case-insensitive-matchingFiltering records
Use the Xata SDK to filter across APIs for versatile functionality
The same filter can be applied to the Search API before the search is performed: https://xata.io/docs/sdk/search#filter-records-before-search-is-performed
Awesome thank you