gws.ext.db.provider.postgres.search

class gws.ext.db.provider.postgres.search.Config(*args, **kwargs)[source]

Database-based search

db = None

database provider uid

table = None

sql table configuration

sort = None

sort expression

class gws.ext.db.provider.postgres.search.Object[source]
configure()[source]
run(layer: gws.types.ILayer, args: gws.types.SearchArgs) → List[gws.types.IFeature][source]