NoSearch
Specify a list of tables that should not allow Interchange searches.
Synopsis
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
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.