@geogirafe/lib-geoportal
    Preparing search index...

    Represents a WFS filter expression consisting of one or more conditions chained with a logical operator (and or or). Filters can be nested to form a more complex filter expression, e.g.: condition 1 and (condition2 or condition3)

    Index
    conditions: (WfsFilter | WfsFilterCondition<string>)[]
    logicalOperator?: "and" | "or" | "not"
    • Checks if the filter is simple, meaning it has only one condition and no logical operator. Simple filters can be displayed in the QueryBuilderComponent (layer tree filter).

      Returns boolean