mirror of
https://github.com/lxsang/silk.git
synced 2025-08-28 14:52:18 +02:00
Allow to declare multiple ORs of the same field in the SQL filter object
All checks were successful
gitea-sync/silk/pipeline/head This commit looks good
All checks were successful
gitea-sync/silk/pipeline/head This commit looks good
This commit is contained in:
@@ -401,6 +401,7 @@ test("SQL Generator", function()
|
||||
user = "dany'",
|
||||
["$or"] = {
|
||||
email = "test@mail.com",
|
||||
age = {10,20,30,40},
|
||||
["age$ne"] = 30,
|
||||
["$and"] = {
|
||||
["birth$ne"] = 1986,
|
||||
|
Reference in New Issue
Block a user