Feature #37094
Indexing rules for items
| Status: | Accepted | Start date: | 2012-05-11 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Index Queue | |||
| Target version: | - | |||
| TYPO3 Version: | Has patch: | |||
| PHP Version: | Tags: | |||
| Votes: | 0 |
Description
Currently it's possible to use an additionalWhereClause to specify what records are added to the Index Queue. However, this setting is respected only during initialization of the Index Queue. Garbage Collection and Record Monitor do not respect that setting.
Since the setting is SQL, it'd be hard to parse it. Instead provide a flexible way to define rules for what records are taken into account for an Index Queue indexing configuration.
History
Updated by Ingo Renner 12 months ago
see tx_solr_indexqueue_initializer_Abstract->buildUserWhereClause()
Updated by Ingo Renner 11 months ago
- Target version deleted (
2.2)
Updated by Ingo Renner 11 months ago
- Status changed from New to Accepted