File/program/modules/search/install/search_tabledefs.php

Description

/program/modules/search/install/search_tabledefs.php - data definition for module

One table is defined: search. It contains the configuration data for a search (header, introduction, etc.)

This module also uses a few temporary tables. These are created on the fly and eventually lead to a table that contains the nodes that are to be searched. The structure of that table looks like this:

    CREATE TABLE search_nodes (node_id int(11) NOT NULL DEFAULT '0' PRIMARY KEY (node_id))

It is created in search_construct_nodelist() and used in all modules, see search_module().

Documentation generated on Tue, 28 Jun 2016 19:11:47 +0200 by phpDocumentor 1.4.0