[TYPO3-german] indexed search - Keywords rausfiltern

Ulli Jooker ujooker at yahoo.com
Mon Oct 25 12:12:45 CEST 2010


hallo,

ich habe probleme Keywords und description aus den suchergebnissen zu filtern.
weder in der datei "class.indexer.php"

            // get keywords and description metatags
        if($this->conf['index_metatags']) {
            
for($i=0;$this->embracingTags($headPart,'meta',$dummy,$headPart,$meta[$i]);$i++) 
{ /*nothing*/ }
            for($i=0;isset($meta[$i]);$i++) {
                $meta[$i] = t3lib_div::get_tag_attributes($meta[$i]);
//                if(stristr($meta[$i]['name'],'keywords')) 
$contentArr['keywords'].=','.$meta[$i]['content'];
//                if(stristr($meta[$i]['name'],'description')) 
$contentArr['description'].=','.$meta[$i]['content'];
            }
        }

auszukommentieren

noch dieses im TS

plugin.tx_indexedsearch._CSS_DEFAULT_STYLE>
config.index_metatags=0
config.index_description=0

haben geholfen?

hat jemand einen rat?

gruss ulli




More information about the TYPO3-german mailing list