Replies: 1 comment
-
Use Array query for more complex queries. Have a look at this - Here is an example - SQL
JsStore
Take a look at this link - https://jsstore.net/docs/where/or#more-examples |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, im struggling to understand the query syntax for my sql query.
My query in SQL is something like :
SELECT * FROM table WHERE table.text LIKE '%foo%' AND (table.text LIKE '%bar%' OR table.text LIKE '%foobar%' OR ...) AND ...
I can have as many or conditions as I want. How should I write this in JSstore ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions