TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

Die TYPO3 Mailingliste - nicht fragen: lesen!

[TYPO3] indexed_search on part of site

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 ...


Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-english@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 21.08.2008, 08:38
Jesper Goos
Gast
 
Beiträge: n/a
Standard [TYPO3] indexed_search on part of site

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 21.08.2008, 11:44
G.Unger
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] indexed_search on part of site

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #3  
Alt 22.08.2008, 13:24
Jesper Goos
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] indexed_search on part of site

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #4  
Alt 22.08.2008, 13:32
Dmitry Dulepov [typo3]
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] indexed_search on part of site

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #5  
Alt 22.08.2008, 13:32
Jesper Goos
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] indexed_search on part of site

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #6  
Alt 22.08.2008, 13:33
Jesper Goos
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] indexed_search on part of site

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

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


Alle Zeitangaben in WEZ +1. Es ist jetzt 17:07 Uhr.


Powered by vBulletin® Version 3.7.2 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39