openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit a535a9b8070c370318ca3856d936c674d9ce5912
parent 2cef736d67c3fb3ae2a0e790a6897d6fdf9ea460
Author: dankert <devnull@localhost>
Date:   Tue,  8 May 2007 21:26:26 +0200

Erweiterung der Suche um die Schnellsuche.

Diffstat:
config/search.ini.php | 20++++++++++++++++++++
1 file changed, 20 insertions(+), 0 deletions(-)

diff --git a/config/search.ini.php b/config/search.ini.php @@ -0,0 +1,20 @@ + + +; Settings for the quicksearch field +; +[quicksearch] + +; Show submit button for quicksearch. Not needed for modern browsers +show_button=false + +; Search in the name of objects +search_name=true + +; search in the filename of objects +search_filename=true + +; search in the description of objects +search_description=true + +; Search in all text content (slow on big databases!) +search_content=false