Die TYPO3 Mailingliste - nicht fragen: lesen!
This is a discussion on [TYPO3] indexed_search on part of site within the typo3-english@lists.netfielders.de forums, part of the TYPO3-Mailinglists: ENGLISH category; Hi I have a problem with indexed_search, as I would like it to search in some specific pages only. I ...
|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
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 TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#2
|
|||
|
|||
|
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 > TYPO3-english (AT) lists (DOT) netfielders.de > http://lists.netfielders.de/cgi-bin/.../typo3-english _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#3
|
|||
|
|||
|
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.defaultFreeIndexUid List = 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" <skyfreak1 (AT) gmx (DOT) net> wrote in message news:mailman.26028.1219311877.4573.typo3-english (AT) lists (DOT) netfielders.de... > 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 >> TYPO3-english (AT) lists (DOT) netfielders.de >> http://lists.netfielders.de/cgi-bin/.../typo3-english > _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#4
|
|||
|
|||
|
Hi!
Jesper Goos wrote: > 2) as I use RealUrl i added: > config.redirectOldLinksToNew = 0 > to my root template What does it do? Nothing for RealURL at least. RealURL does not know such option. -- Dmitry Dulepov TYPO3 Core team My TYPO3 book: http://www.packtpub.com/typo3-extens...velopment/book In the blog: http://typo3bloke.net/pages/book-rev...garr-reynolds/ _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#5
|
|||
|
|||
|
Damn - I was too fast ;-(
Still not working - can anyone tell me why? Jesper "Jesper Goos" <jesper (AT) goos (DOT) dk> wrote in message news:mailman.1.1219404306.3603.typo3-english (AT) lists (DOT) netfielders.de... > 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.defaultFreeIndexUid List = 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" <skyfreak1 (AT) gmx (DOT) net> wrote in message > news:mailman.26028.1219311877.4573.typo3-english (AT) lists (DOT) netfielders.de... >> 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 >>> TYPO3-english (AT) lists (DOT) netfielders.de >>> http://lists.netfielders.de/cgi-bin/.../typo3-english >> > _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#6
|
|||
|
|||
|
You are rigth it is for the cooluri-extension
http://wiki.typo3.org/index.php/Crawler Jesper "Dmitry Dulepov [typo3]" <dmitry (AT) typo3 (DOT) org> wrote in message news:mailman.1.1219404746.4399.typo3-english (AT) lists (DOT) netfielders.de... > Hi! > > Jesper Goos wrote: >> 2) as I use RealUrl i added: >> config.redirectOldLinksToNew = 0 >> to my root template > > What does it do? Nothing for RealURL at least. RealURL does not know such > option. > > -- > Dmitry Dulepov > TYPO3 Core team > My TYPO3 book: http://www.packtpub.com/typo3-extens...velopment/book > In the blog: > http://typo3bloke.net/pages/book-rev...garr-reynolds/ _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3] shortcut to specific part of a page | ÁÖÍ® | typo3-english@lists.netfielders.de | 21 | 13.05.2008 15:35 |
| [TYPO3] inline user functions (part 2) | Max Novikov | typo3-english@lists.netfielders.de | 0 | 30.11.2007 11:54 |
| [TYPO3] CoolURI: 2 DB-Fields in one URI-Part | Oliver Berg | typo3-english@lists.netfielders.de | 2 | 31.10.2007 12:16 |
| [TYPO3] UpdateForm - a part is missing | PEF | typo3-english@lists.netfielders.de | 0 | 16.10.2007 16:01 |
| [TYPO3-dev] JavaScript to HEAD part | Tapio Markula | typo3-dev@lists.netfielders.de | 0 | 10.02.2007 19:54 |