[TYPO3-german] indexed_search: Druckansicht soll nicht indiziert werden
Thomas Scholze
tscholze at fh-lausitz.de
Wed Sep 19 16:01:30 CEST 2007
Olivier Dobberkau schrieb:
> Conditions:
>
> # Disable indexing for page type 98 (print)
> #
> [globalVar = GP:type = 98]
> config.index_enable = 0
> [global]
>
Ganz kurz zum Verständnis, denn ich bin mir nicht sicher ob dabei ein
Denkfehler vorliegt.
Um das Szenario von Thomas umzusetzen würde ich folgendes probieren:
config.index_enable = 1
(als globale conf. aller typeNum, alle werden indiziert)
print = PAGE
print {
typeNum = 98
config.index_enable = 0
... der Rest...
}
(Indizierung für für typeNum=98 explizit ausgeschaltet, da innerhalb der
PAGE-Definition)
Vielen Dank.
Grüße
Thomas
More information about the TYPO3-german
mailing list