Damn - I was too fast ;-( Still not working - can anyone tell me why? Jesper
"Jesper Goos" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > OK, I solved the problem with the crawler extention. > > 1) In the root page I added this in the PAGE PROPERTIES of the root page: > > tx_crawler.crawlerCfg.paramSets.test = > tx_crawler.crawlerCfg.paramSets.test { > cHash = 1 > procInstrFilter = tx_indexedsearch_reindex, tx_indexedsearch_crawler > baseUrl = http://mypage.com/ > } > > 2) as I use RealUrl i added: > config.redirectOldLinksToNew = 0 > to my root template > > 3) create a Indexing Configuration where the "Root page" is defined. > > 4) and last but not least I add > plugin.tx_indexedsearch.search.defaultFreeIndexUidList = 1 (1 is the id > of the Indexing Configuration) > to the page where the indexed_search plugin is. > > Please let me know if this can be done better? > Hope this can help someone else ;-) > > Regards > Jesper Goos > > > "G.Unger" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> hello list >> >> I seem to have a similar issue/problem. >> >> I have an installation looking like this: >> >> - portal >> -- country 1 (eng/ger/fr) >> --- menu1 >> --- menu2 >> --- a.s.o >> -- country 2 (eng) >> --- menu1 >> --- menu2 >> --- a.s.o >> >> portal is root of website (checked in page configuration flexform) >> >> country 1 and country 2 have each own ext-templates and each his own >> serach. >> now I want the search of country 1 only to serach in country 1 and >> country 2 only to serach in country 2, and the specific language I am >> in. unfortunately the search results show always results from both >> countries, although the language seems to be recognized. >> >> can anyone point me to where I am going wrong, as I want each country to >> search only in the appropriate country and language? >> >> thx & rgds >> GUIDO >> >> >> >> >> >> >> Am 21.08.2008 um 08:38 schrieb Jesper Goos: >> >>> Hi >>> >>> I have a problem with indexed_search, as I would like it to search in >>> some specific pages only. >>> >>> I have investigated the following: >>> >>> 1) search.rootPidList - does not work, as I can not set the top page as >>> root, as that would ruin the navigation. I guess this is for the case >>> when you have several websites in one TYPO3 installation. >>> >>> 2) search by levels/section with something like this: >>> plugin.tx_indexedsearch._DEFAULT_PI_VARS.sections = rl4_130 - where 4 >>> is >>> the level and 130 is the page id. >>> - does not work, as the indexed_search only supports two levels. >>> >>> 3) In earlier versions if indexed_search there was a "Startingpoint" >>> section - is gone ;-( >>> >>> 4) I guess it is possible with the crawer extension to setup a >>> configuration that support searching only in a specific area - but that >>> seems very cumbersome for such a simple thing. If you know of a simple >>> way to set this up please let me know... >>> >>> All I want to do is specify my search to only search in a specific area >>> of the website either by some startingpoint or list of page id's. >>> >>> Can anyone point me in the right direction? >>> >>> Thanx a lot >>> Jesper Goos >>> _______________________________________________ >>> TYPO3-english mailing list >>> [email protected] >>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english >> > _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
