Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Done
-
None
-
- Report filter type = "any" omits a filter of report type
- Document how to query for all report types
-
Ghost
-
ghost-19.05.2021, ghost-19.05.2021, ghost-2.06.2021
-
New Feature
-
-
Needs Assessment
Description
Currently querying for all reports looks like
reports[] {
|
type is not null
|
}
|
which is a bit opaque about how to query for all reports.
It would be better UX and produce a more efficient query to support
reports[] {
|
type = "any"
|
}
|