HI

I have a single TYPO3 installation with 9 different homepages - al homepages have a lot of thing in common. There are only one Root TS template and an Extensions TS template for each new homepage.

The structure looks like this:

Mainsite (root TS template)
|
|--SubSite1 (extension TS template)
|  |
|  |----SUB-Subsite_A (extension TS template)
|  |
|  |----SUB-Subsite_B (extension TS template)
|  |
|  |----SUB-Subsite_C (extension TS template)
|  |
|  |----SUB-Subsite_D (extension TS template)
|
|--Subsite3 (extension TS template)
|--Subsite4 (extension TS template)
|--Subsite5 (extension TS template)


Everything works fine. But now I want to indexed search to all homepages.

When I make a search on 'SubSite1' - I only want to find pages on 'SubSite1'. I want to exclude all result from 'SUB-Subsite_A', 'SUB-Subsite_B', 'SUB-Subsite_C' and 'SUB-Subsite_D'.

Is it possibly?



In my root TS template i have:

config.index_enable = 1
config.index_externals = 1
plugin.tx_indexedsearch.search.rootPidList = 402
plugin.tx_indexedsearch.show.advancedSearchLink = 0
plugin.tx_indexedsearch.show.rules = 1



In my extension template on 'SubSite1'
plugin.tx_indexedsearch._DEFAULT_PI_VARS.sections = rl1_605

In the extension template on 'SUB-Subsite_A' iI have:
plugin.tx_indexedsearch._DEFAULT_PI_VARS.sections = rl1_700

Is there a way to exclude serpent section / pages for indexed search, when I make a search on 'SubSite1'?




Thanks in advance
Jogvan Olsen



My installation uses:
TYPO3 ver. 4.5.11
Indexed Search ver. 2.12.0

_______________________________________________
TYPO3-english mailing list
[email protected]
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to