Feature #37723
Conditional Facets - More flexibility
| Status: | Closed | Start date: | 2012-06-04 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Ingo Renner | % Done: | 100% |
|
| Category: | Frontend Plugins | |||
| Target version: | 2.2 | |||
| TYPO3 Version: | Has patch: | |||
| PHP Version: | Tags: | |||
| Votes: | 0 |
Description
The attached patch allows to set multiple values for the requirements check. Also two magic keywords are integrated to either match any selection (\any, but not empty) or an empty selection (\empty). If you want both options combined, you could write "values = \any,\empty" or just drop the whole requirements rule.
In my case I could define the relationship between two facets nearly perfectly with this additional settings. Facet A should just be shown if facet B is empty and facet B should only be shown if facet A is empty or was set to the value "pages".
Related issues
| related to Apache Solr for TYPO3 CMS - Major Feature #34187: Conditional Facets | Closed | 2012-02-22 |
Associated revisions
[FEATURE] Conditional Facets - More flexibility
Resolves: #37723
History
Updated by Ingo Renner 12 months ago
- Category set to Frontend Plugins
- Target version set to 2.2
Updated by Ingo Renner 11 months ago
- Status changed from New to Needs Feedback
- Assignee set to Stefan Galinski
what's an empty selection?
Updated by Ingo Renner 11 months ago
Added in dkd-EAP r 98889 with slight modifications. Options are called __any and __none
Updated by Ingo Renner 11 months ago
- Status changed from Needs Feedback to Resolved
- Assignee changed from Stefan Galinski to Ingo Renner
- % Done changed from 0 to 100
Updated by Ingo Renner 10 months ago
- Status changed from Resolved to Closed