Extension:WikiSearch/search parameters table

From mediawiki.org

Fields[edit]

page_id[edit]

The article ID of the page that defines this search parameter.

parameter_key[edit]

The key of the search parameter.

parameter_value[edit]

The value of the search parameter.

Schema[edit]

mysql> DESCRIBE search_parameters;
+-----------------+------------------+------+-----+---------+-------+
| Field           | Type             | Null | Key | Default | Extra |
+-----------------+------------------+------+-----+---------+-------+
| page_id         | integer          | NO   | PRI | NULL    |       |
| parameter_key   | varchar(255)     | NO   | PRI | NULL    |       |
| parameter_value | varchar(1024)    | NO   |     | NULL    |       |
+-----------------+------------------+------+-----+---------+-------+