Skip to content

Extended filtering by allowing multiple conditions on single field#14

Open
tomasrasymas wants to merge 2 commits intoloverajoel:masterfrom
tomasrasymas:master
Open

Extended filtering by allowing multiple conditions on single field#14
tomasrasymas wants to merge 2 commits intoloverajoel:masterfrom
tomasrasymas:master

Conversation

@tomasrasymas
Copy link
Copy Markdown

@tomasrasymas tomasrasymas commented Jul 16, 2018

Added possibility filter single field by multiple operators, for example:

{
   "filter":{
      "event_at":{
         "gte":"2018-07-11 12:00:00",
         "lte":"2018-07-11 14:00:00"
      }
   }
}

tomasrasymas added 2 commits July 16, 2018 12:06
…ple:

{
   "filter":{
      "event_at":{
         "gte":"2018-07-11 12:00:00",
         "lte":"2018-07-11 14:00:00"
      }
   }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant