gws.base.search.finder¶
Source code: gws.base.search.finder
Module Contents¶
- class gws.base.search.finder.Config(*args, **kwargs)¶
Finder configuration.
- category: str | None¶
Category for the finder.
- models: list[gws.ext.config.model] | None¶
Data models for features.
- spatialContext: SpatialContext | None¶
Spatial context for keyword searches.
- templates: list[gws.ext.config.template] | None¶
Feature formatting templates.
- title: str | None¶
Finder title.
- withFilter: bool = True¶
Enable filter search.
- withGeometry: bool = True¶
Enable geometry search.
- withKeyword: bool = True¶
Enable keyword search.