Hello everyone,
I've stumbled upon your module and, theoretically, it should do exactly what I need. To explain what that is, let me first walk you through my structure.
I have 3 content types: Customer, Radio Environment, and Radio Brand. Customer and Radio Brand each have a primary key (Customer ID and Brand ID). Radio Environment has 2 node references, one for Customer and one for Radio Brand. Both references can only have one value.
I want to use Search API and Facet API to show a list of all customers and their environments, with a facet for brand. To do this, I need to look at everything from the Customer type which means I need a reverse reference from Radio Environment to Customer... hence the discovery of this module. The problem is that it doesn't seem to work at all.
To test things, I checked both node references to be indexed and spat them out in a view. I have dummy data and told it to index everything but there aren't any values for these fields. I would think that would indicate that there is a problem with the back references, even if I have everything indexed correctly.
Any ideas? Your help would be greatly appreciated.
-Matt
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | cars.jpg | 10.83 KB | matholum |
| index fields.jpg | 46.8 KB | matholum | |
| view results.jpg | 16.08 KB | matholum |
Comments
Comment #1
matholum commentedI tried everything again on a sandbox installation. This time I made sure they were entity references (even though the node reference module shows up too) and I did it with cars and drivers. Still nothing...