Problem/Motivation
In some instances it is desirable to only match a related entity if there is at least one term in common across each enabled vocabulary
Proposed resolution
Add support for 'all' matching on vocabularies, so there must be at least one common term in each enabled vocabulary.
Add support for 'all with fallback' so that if 'all' does not yield enough matches, there is logic to fallback based on vocabulary weights
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3108683.patch | 11.39 KB | larowlan |
Comments
Comment #2
larowlanComment #3
larowlanTests will fail until #3104318: Create tests and a config schema for taxonomy_entity_index.settings is committed
Comment #5
larowlan