[TYPO3-Solr] multilanguage beahviour
Bernhard Prange
mail at bernhard-prange.de
Sat Mar 22 11:35:12 CET 2014
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.
Can anybody help?
Thanks!
More information about the TYPO3-project-solr
mailing list