search.search_index
Classes
Full-text Search Index (fts) for all searchable models and entries. |
Module Contents
- class search.search_index.SearchIndex[source]
Bases:
onegov.core.orm.Base
,onegov.core.orm.mixins.UTCPublicationMixin
Full-text Search Index (fts) for all searchable models and entries.
This table contains full-text search (fts) index information for all searchable models, including the owner of the index, the type of the owner, and the full-text search data. It is used to facilitate efficient searching across different models and entries.