Skip to content

Filters rework

Compare
Choose a tag to compare
@jomei jomei released this 08 Aug 08:38
· 138 commits to main since this release

The Filter interface was removed.
The DatabaseQueryRequest now provides two fields: a PropertyFilter for simple filters and a CompoundFilter for complex ones.

PropertyFilter struct was reworked. The messy map[Condition]interface{} was replaced by a set of well-defined FilterCondition structs.