Skip to content

Case-insensitive query to a Remote Schema? #10674

Closed Answered by robertjdominguez
MantisClone asked this question in Question
Discussion options

You must be logged in to vote

Hi, @MantisClone 👋

You can't use _ilike with a Remote Schema since Hasura doesn’t automatically apply database-specific operators to remote APIs. The _ilike operator works with Postgres and BigQuery because Hasura translates it into a SQL ILIKE query, but Remote Schemas don’t go through that same transformation.

For case-insensitive filtering, you’ll have to rely on whatever filtering options the remote API provides.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MantisClone
Comment options

Answer selected by robertjdominguez
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants