Fix RDBMS filter construction for applications and flags

* Add a new byFlag resource filter feature to support filtering
  using flags.
  False by default since only system applications use it.
* Add filter definitions to flag pkg resource.
* Add support for using []string inside byValue filters.
This commit is contained in:
Tomaž Jerman
2022-07-27 16:53:04 +02:00
parent 702196dafa
commit 9d44fa8679
7 changed files with 74 additions and 2 deletions
+3
View File
@@ -42,6 +42,9 @@ import (
// filtering by label
labels: bool | *true
// filtering by flag
flags: bool | *false
// support pagination
paging: bool | *true