site crawler
1.2.1. Page TSconfig Reference (tx_crawler.crawlerCfg)
Property: | Data type: | Description: | Default: |
|---|---|---|---|
paramSets.[key] | string | Get Parameter configuration. The values of GET variables are according to a special syntax. From the code documentation (class.tx_crawler_lib.php):
Examples: &L=[|1|2|3] &L=[0-3] &L=[0-3]&contentId=[_TABLE:tt_content] |
|
paramSets.[key].procInstrFilter | string | List of processing instructions, eg. "tx_indexedsearch_reindex" from indexed_search |
|
paramSets.[key].pidsOnly | list of integers (pages uid) | List of Page Ids to limit this configuration to |
|
paramSets.[key].userGroups | list of integers (fe_groups uid) | User groups to set for the request. |
|
paramSets.[key].cHash | boolean | If set, a cHash value is calculated and added to the URLs. |
|
paramSets.[key].baseUrl | string | If not set, t3lib_div::getIndpEnv('TYPO3_SITE_URL') is used to request the page. MUST BE SET if run from CLI (since TYPO3_SITE_URL does not exist in that context!) |
|
[Page TSconfig: tx_crawler.crawlerCfg]
Example
tx_crawler.crawlerCfg.paramSets.test = &L=[0-3]&contentId=[_TABLE:tt_content]
tx_crawler.crawlerCfg.paramSets.test {
procInstrFilter = tx_indexedsearch_reindex
}