hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
31.06k stars 2.77k forks source link

pattern matching for bytea type similar to '_like' #10498

Open mr-zwets opened 1 month ago

mr-zwets commented 1 month ago

For my usecase it would be very useful to have pattern matching for bytea type inside a query, similar to how _like works for strings.

Currently I have to query all results and filter client-side, which works but does increase bandwith significantly for no benefit.

Thanks in advance 😄

rakeshkky commented 1 week ago

Hi @mr-zwets, may I know which version of Hasura you're referring to?

mr-zwets commented 1 week ago

I think the chaingraph backend I use still runs on Hasura v2.1

but before I opened the issue I quickly checked the docs to see if pattern matching was available for the bytea type in the new versions and I could not find it