For more information... RTFM!
NAVIGATION
ACCOUNT LOGIN

You are not logged in

Powered by Interchange version 5.7.0

NoSearch

Specify a list of tables that should not allow Interchange searches.

Synopsis

NoSearch  name

The default value is "userdb".

Scope

This directive is only available for use in the local (catalog.cfg) configuration file.  It will not affect any other website in any way.  This directive will not work in the global (interchange.cfg) configuration file. 

Description

You can use this directive to provide one or more filename (or table name) fragments that will be matched against the file/table used in any attempted search (the "mv_search_file" or "fi" search attribute).  You may separate multiple match strings with whitespace, and may include glob-style wildcards.

The default value is "userdb", which means that you cannot use Interchange-style searches on the "userdb" table.

Note

Note

Pure SQL searches will still work, regardless of any tables listed with this directive.

Example

Specifying a list of tables that should not allow Interchange searches

NoSearch  userdb  _*  *_secret

In this case, any search filename/table with "userdb" in its name, beginning with an underscore or ending in "_secret" will not be searchable using non-SQL search methods.

Category:  Local config directives
Last modified by: Kevin Walsh
Modification date: Tuesday 27 June 2006 at 1:33 PM (EDT)
Home  |  Legal nonsense  |  Privacy policy  |  Contact us