Hi,
I would like to ask if this module integrates with Search api views.
thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | entityreference_filter_2365437-6.patch | 2.59 KB | thepanz |
Hi,
I would like to ask if this module integrates with Search api views.
thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | entityreference_filter_2365437-6.patch | 2.59 KB | thepanz |
Comments
Comment #1
maximpodorov commentedHmm, I didn't try. Could you try and report the results?
Comment #2
maximpodorov commentedComment #3
thepanz commentedTested and the module did not worked out with SearchAPI based views; I run my tests on a commerce-product index, where I am trying to apply this module to filter the "nodes referencing this product".
SearchAPI is actually replacing the the filter handlers with its own classes, thus (AFAIK) avoiding this module to be integrated. I will try to further investigate this integration, even I solved this with a custom module that injects some code in the "options list" of the commerce_product_reference property.
Comment #4
maximpodorov commentedMaybe some patches will follow?
Comment #5
thepanz commented@maximpodorov: I ended up not using this module, not patch to provide sorry!
Comment #6
thepanz commentedA preliminary patch to let the module work with SearchAPI indexes and queries.
The code is taken from SearchAPI handling of queries and constraints building.
Comment #7
user654 commented