[TYPO3-UG Italy] problema di configurazione indexed search

De Contardi Riccardo Riccardo.DeContardi at bhuman.it
Thu Jun 4 18:34:46 CEST 2009


Buongiorno: ho il seguente problema con l'estensione indexed_search. Questa è la mia configurazione:

 

Typo3 4.2.6

Indexed search 

Accessibile_isbrowse_result 1.1.0

Crawler 2.1.0

 

Ho inoltre eseguito la modifica consigliata in http://www.typo3.net/forum/list/list_post//53493/ <http://www.typo3.net/forum/list/list_post/53493/> 

 

La parte di TSConfig che riguarda indexed search è la seguente:

 

tx_crawler.crawlerCfg.paramSets.base = 

tx_crawler.crawlerCfg.paramSets.base {

            #cHash = 1

            procInstrFilter = tx_indexedsearch_reindex, tx_indexedsearch_crawler

            userGroups = 0,-1

}

 

#set up a crawl for users who have group id of 1 and 2

tx_crawler.crawlerCfg.paramSets.grp1 < tx_crawler.crawlerCfg.paramSets.base

tx_crawler.crawlerCfg.paramSets.grp1{

            userGroups = 0,-2,1,2

}

 

#for tt_news from #http://typo3.toaster-schwerin.de/typo3_english/2006_05/msg00355.html

#_PID:17 is the sysfolder with the news records 

#pidsOnly = 19 is the page with the news singeview.

tx_crawler.crawlerCfg.paramSets {

  tt_news = &tx_ttnews[tt_news]=[_TABLE:tt_news;_PID:17]

  tt_news.procInstrFilter = tx_indexedsearch_reindex, tx_cachemgm_recache

  tt_news.cHash = 1

  tt_news.pidsOnly = 19

  userGroups = 0,-1

}

 

 

 

#set up a crawl for users who have group id of 1 and 2 

tx_crawler.crawlerCfg.paramSets.grpttnews1 < tx_crawler.crawlerCfg.paramSets.tt_news

tx_crawler.crawlerCfg.paramSets.grpttnews1{

            userGroups = 0,-2,1,2

}

 

TS Setup Home:

 

config{

            #Enables cached pages to be indexed.

            index_enable = 1

            #Enables external media linked to on the pages to be indexed as well

            index_externals = 1

}

plugin.tx_indexedsearch.search.mediaList = pdf, doc, txt, htm, html

plugin.tx_indexedsearch.search.allow_group = 0,-1

 

 

 

Ho 2 gruppi di utenti di FE: usrGrpUponReg (ID=1) e usrGrpAfterConf (ID=2); al momento ho settato sr_feuser_register in modo che non ci siano conferme e così il gruppo con ID=1 è l'unico che utilizzo. 

 

Il problema: ho inserito un elemento di testo nella home, settando con il flexform "access" al gruppo con ID=1. Indicizzo tutto il sito con il crawler; quando cerco una parola contenuta nell'elemento, viene visualizzata nei risultati ANCHE se non sono loggato (cliccandoci sopra chiaramente vado nella home ma non vedo nulla).

Se invece inserisco un intera PAGINA con access al gruppo ID=1, correttamente se non sono loggato non viene visualizzata nei risultati della ricerca, mentre se sono loggato sì.

 

Questo comportamento non mi sembra corretto...c'è qualcosa che mi sfugge? A nessuno è capitato questo comportamento? Sbaglio qualcosa nella configurazione del crawler?

 

Non mi pare di aver dimenticato nulla e spero di essermi spiegato. Grazie per le risposte

 

P.S.

Già che siamo in tema, non ho installato le patch dvdg_indexedsearch_patch 0.0.1  e nr_indexedsearch_patch 0.0.1 in quanto mi chiedo se servono ancora a qualcosa, visto che sono ferme da anni: qualcuno mi può illuminare al riguardo?

 

 

 

 

**************************************

Riccardo De Contardi

 

B Human Srl - www.bhuman.it <file:///C:\Documents%20and%20Settings\riccardo.decontardi\Dati%20applicazioni\Microsoft\Firme%20elettroniche\www.bhuman.it>  

Via Canzio, 15 - 20131 Milano

Tel +39.02 20 23 271 - Fax +39.02 20 240 561

 



Chi riceve il presente messaggio e' tenuto a verificare se lo stesso non gli sia pervenuto per errore. In tal caso e' pregato di avvisare immediatamente il mittente e, tenuto conto delle responsabilità connesse all'indebito utilizzo e/o divulgazione del messaggio e/o delle informazioni in esso contenute, voglia cancellare l'originale e distruggere le varie copie o stampe.

The receiver of this message is required to check if he/she has received it erroneously. If so, the receiver is requested to immediately inform the sender and - in consideration of the responsibilities arising from undue use and/or disclosure of the message and/or the information contained therein - destroy the original message and any copy or printout thereof.




More information about the TYPO3-UG-Italy mailing list