Skip to content

Commit

Permalink
groupbyfields
Browse files Browse the repository at this point in the history
  • Loading branch information
francois authored and francois committed Jan 13, 2025
1 parent 7017f90 commit 57ac71d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ simple quotes to enclose all textual values (not required for number values)
- `is not null`: any non empty value
- `in ('a','b','c')`: exists in a list of values
- `not in ('a','b','c')`: not exists in a list of values
- `not in`: does not exists in the ENUM field definition
- `not in`: does not exists in the ENUM field definition (since 6.2)


Comparators can be combined with logical operators:
Expand Down Expand Up @@ -110,7 +110,7 @@ JSON Filters are used in several contexts: API endpoint, link filters, widgets,
"nmax___number2" : 456.78,
// use a predefined group-by fields
"group__childField3" : 1,
// or force another group-by on fields
// or force another group-by on fields (since 6.2)
"groupby": true, "groupbyfields": ['myEnumField']",
// meta-object
"mofield": "User#%martin%"
Expand Down

0 comments on commit 57ac71d

Please sign in to comment.