Extension:WikiSearch/search facets table
Fields
editpage_id
editThe article ID of the page that defines this facet.
property
editThe name of the facet.
Schema
editmysql> DESCRIBE search_facets; +-----------------+------------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +-----------------+------------------+------+-----+---------+-------+ | page_id | integer | NO | PRI | NULL | | | property | varchar(255) | NO | PRI | NULL | | +-----------------+------------------+------+-----+---------+-------+