[TYPO3-Solr] multilanguage beahviour

Dmitry Dulepov dmitry.dulepov at gmail.com
Thu Apr 3 08:50:23 CEST 2014


Hi!

Bernhard Prange wrote:
> Hi Group,
> I habe a site where I want to index all news entries in german uid= 0 .
> The site is also available in english uid=2.
>
> TS:
>
> plugin.tx_solr.index.queue{
> pages=0
> news=1
> news{
> table=tx_news_domain_model_news
> additionalWhereClause=pid=18ANDsys_language_uid=0
> ....
> }
> }
>
>
> The pid clause works fine, the language clause seems not to. I am still
> getting english results. Also the search seems ONLY to be indexing the
> english version at the moment.

Solr automatically fetches localized records if the table supports them. 
You cannot really do anything about it.

-- 
Dmitry Dulepov

Today is a good day to have a good day.


More information about the TYPO3-project-solr mailing list