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

CommentFileSizeAuthor
#1 cars.jpg10.83 KBmatholum
index fields.jpg46.8 KBmatholum
view results.jpg16.08 KBmatholum

Comments

matholum’s picture

StatusFileSize
new10.83 KB

I 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...