Skip to content

what is wherecondition pattern #7196

Answered by pranavxc
da-da-da asked this question in Q&A
Discussion options

You must be logged in to vote

You can refer following documentation - https://docs.nocodb.com/0.109.7/developer-resources/rest-apis#logical-operators

for example:

(Title,like,%xx%)~and(Author,eq,yy)

// equivalent to `(tiltle like '%xx%') AND (Author = 'yy')`

Replies: 1 comment 1 reply

Comment options

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

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