Major Feature #34187
Conditional Facets
| Status: | Closed | Start date: | 2012-02-22 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Ingo Renner | % Done: | 100% |
|
| Category: | Frontend Plugins | |||
| Target version: | 2.2 | Estimated time: | 32.00 hours | |
| TYPO3 Version: | Has patch: | |||
| PHP Version: | Tags: | |||
| Votes: | 0 |
Description
A Conditional Facet is a facet, that is shown only if a certain condition is fulfilled. As a starter lets say we show a facet only if a defined option of another facet is selected.
configuration example:
plugin.tx_solr.search.faceting.facets {
facetA {
field = a
label = A
}
facetB {
field = b
label = B
condition.facetOptionIsSelected = facetA[optionX]
}
}
When implementing this, a tx_solr_facet_Facet class should be created, too to avoid duplicate code like the isActive() method in tx_solr_facet_AbstractFacetRenderer which would be useful for this purpose.
Related issues
| related to Apache Solr for TYPO3 CMS - Feature #37723: Conditional Facets - More flexibility | Closed | 2012-06-04 |
Associated revisions
[FEATURE] Conditional Facets
Resolves: #34187
History
Updated by Ingo Renner over 1 year ago
- Estimated time set to 32.00
Updated by Ingo Renner about 1 year ago
- Category set to Frontend Plugins
- Status changed from New to Accepted
- Assignee set to Ingo Renner
- Target version set to 2.2
Updated by Ingo Renner 12 months ago
- Status changed from Accepted to Resolved
- Target version changed from 2.2 to 2.7-dkd
- % Done changed from 0 to 100
Added in dkd-EAP r 97224
Updated by Ingo Renner 11 months ago
- Target version changed from 2.7-dkd to 2.2
Updated by Ingo Renner 11 months ago
- Tracker changed from Feature to Major Feature
Updated by Ingo Renner 10 months ago
- Status changed from Resolved to Closed