.

ConfigSearchIndex Class Reference

Config options for search index. More...

List of all members.

Public Attributes

const  QUERY_PARAMETER = 'SEARCHINDEX_QUERY_PARAMETER'
  The name of the query paramter that contains search terms.
const  TABLE_NAME = 'SEARCHINDEX_TABLE_NAME'
  The name of the search index table (and model).

Detailed Description

Config options for search index.

Author:
Gerd Riesselmann

Definition at line 9 of file start.inc.php.


Member Data Documentation

const ConfigSearchIndex::QUERY_PARAMETER = 'SEARCHINDEX_QUERY_PARAMETER'

The name of the query paramter that contains search terms.

Default is "q"

Definition at line 13 of file start.inc.php.

const ConfigSearchIndex::TABLE_NAME = 'SEARCHINDEX_TABLE_NAME'

The name of the search index table (and model).

Defaults to "searchindex"

Definition at line 17 of file start.inc.php.


The documentation for this class was generated from the following file: