I needed support for taxonomy terms that are referenced via entityreference fields. So I created the following patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 1810992-facetapi-taxonomy-sort-entityreference-and-search-api-support-7.patch | 1.41 KB | thepanz |
| #5 | facetapi_tax_sort_entityreference_5.patch | 1.3 KB | sinn |
Comments
Comment #1
mschudders commentedI need to do this aswell, but your patch does not work for me.
Comment #2
mschudders commentedCorrect patch
Comment #3
mschudders commentedComment #4
maximpodorov commentedWhat about accepting the patch?
Comment #5
sinn commented#2 works for me.
Updated coding standarts
Comment #6
jeffamGlad this patch was here when I needed it! Works as advertised.
Comment #7
thepanz commentedSearchAPI allows to define 'virtual' fields that aren't available as standard Drupal fields (see the SearchAPI Combined field).
This updated patch further extends the support for SearchAPI fields
Comment #9
thepanz commented