How might I create a new StringOperationFilterInput that would translate to a sql query of - field like '%SomeText%SomeText%' #7112
Unanswered
Mason11987
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to offer our users the ability to do a search where they provide a string with some wildcards (like*this) and does the equivalent of `field like '%like%this%', basically, make the * be % and wrap with % in a like call.
Essentially I need a
like
expression in graphQL that I can then manipulate into a like query when it goes to entitygraphql.Any help would be appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions