Seite 1 von 1

Suche Geschützer Bereich

Verfasst: So 17. Dez 2006, 00:08
von jojoco
Guten Abend allerseits
Im Bezug auf: http://www.contenido.de/forum/viewtopic ... acec6080ff


Ich wollte dies umsetzen leider klappt es bei mir nicht.
In meiner class_Search steht folgendes:

Code: Alles auswählen

/**
     * Constructor
	 *
	 * @param array $options
	 * $options['db'] 'regexp' => DB search with REGEXP; 'like' => DB search with LIKE; 'exact' => exact match;
	 * $options['combine'] 'and', 'or' Combination of search words with AND, OR
	 * $options['exclude'] 'true'  => searchrange specified in 'cat_tree', 'categories' and 'articles' is excluded; 'false' => searchrange specified in 'cat_tree', 'categories' and 'articles' is included
     * $options['cat_tree']  e.g. array(8) => The complete tree with root 8 is in/excluded from search
     * $options['categories'] e.g. array(10, 12) => Categories 10, 12 in/excluded 
     * $options['articles'] e.g. array(23) => Article 33 in/excluded
	 * $options['artspecs'] => e.g. array(2, 3) => search only articles with certain article specifications
	 * $options['protected'] 'false' => search articles which are offline (locked) or articles in catgeories which are offline (protected)
	 * $options['dontshowofflinearticles'] 'true' => search offline articles or articles in categories which are offline
	 * $options['searchable_articles'] array of article ID's which should be searchable
	 * 
     * @return void
     */
Was muss ich denn jetzt verändern?

Danke Johannes

Verfasst: So 17. Dez 2006, 11:55
von emergence
in der class search muss nichts geändert werden...

bei standard mandanten -> style -> module -> Suchausgabe
siehe output bereich...

Verfasst: So 17. Dez 2006, 12:55
von jojoco
Mein Sonntag ist gerettet..Tausend Dank!
Schönen Sonntag noch.