Skip to content
christos-karalis edited this page Jun 17, 2017 · 1 revision

Welcome to the spring-data-rest-extension wiki!

{
  "operator" : "OR",
  "operands" : {
      "_comment" : "matches the records name ingore case and it contains 'John'",
      "and" : {
        "name" : "David",
        "surname" : "Mend"
      },
      "or" : [{
            "city" : "http://localhost/city/2"
          },
          {
            "city" : {
              "county" : "http://localhost/county/2"
            }
          }
      
      ],
      "birthDate" : {
        "from" : 631152000000,
        "to" : 788918400000
      },
      "or" : [
          {
              "visits" : {
                "from" : 100
              }, 
              "visits" : 1
          }
      ]
  }
}
Clone this wiki locally