X
Xata10mo ago
agaitan026

manage ilike in api?

theres any api method to search records like ILIKE ? or theres only LIKE available?
3 Replies
kostas
kostas10mo ago
There is the iContains filter in the query API: https://xata.io/docs/sdk/filtering#case-insensitive-matching
Filtering records
Use the Xata SDK to filter across APIs for versatile functionality
kostas
kostas10mo ago
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
agaitan026
agaitan026OP10mo ago
Awesome thank you

Did you find this page helpful?