module documentation

Search filters

Exception Error Undocumented
Function from_fes_element Undocumented
Function from_fes_string Undocumented
Constant _SUPPORTED_OPS Undocumented
def from_fes_element(el: gws.IXmlElement) -> gws.SearchFilter: (source)

Undocumented

def from_fes_string(src: str) -> gws.SearchFilter: (source)

Undocumented

_SUPPORTED_OPS: dict[str, str] = (source)

Undocumented

Value
{'propertyisequalto': '=',
 'propertyisnotequalto': '!=',
 'propertyislessthan': '<',
 'propertyisgreaterthan': '>',
 'propertyislessthanorequalto': '=<',
 'propertyisgreaterthanorequalto': '>=',
 'bbox': 'bbox'}