JKB
JKB

Reputation: 510

TYPO3 - indexed_search - crawler cofiguration - multilanguage site

I want to disable frontend indexing an make use of crawler. How to setup a crawler configuration for:

A) indexing the pagetree in several languages

B) indexing custom records in several languages

But there is nothing menitoned regarding languages in the documentation:

https://docs.typo3.org/typo3cms/extensions/indexed_search/IndexingConfigurations/CrawlerSetup/Index.html

Upvotes: 1

Views: 448

Answers (1)

Bernd Wilke πφ
Bernd Wilke πφ

Reputation: 10790

Indexed search always uses frontend indexing. It only varies whether any visitor calls your page or if the crawler calls the page. Each time the cache is filled (by the first call) the content gets indexed.

The language configuration can be found in the manual:
https://docs.typo3.org/typo3cms/extensions/crawler/ExtCrawler/Configuration/ConfigurationRecords/Index.html (see the field 'Configuration') or the next page where paramSets.[key] gets described.

Be aware of any settings of the Url-parameter L, which is used as the language parameter for TYPO3.

Upvotes: 1

Related Questions