Hi!
First of all congratulations for backdrop. It is an amazing piece of software, I am totally loving it.
I am trying to make something very simple. I have a content type called "Instituciones" (Institutions), and I want a view that displays all "Instituciones", but has a exposed filter in which the user can select to filter these instituciones by the "comuna" (county) they are in. Of course, "comuna" is one of the fields for content type "instituciones".
I create the view, and filtering by taxonomy works fine, but I just can't make the filter work with a "comuna". I have tried also filtering with a plain (not exposed) filter, and get the same (no) results. I here attach some screenshots. Please let me know if something else is needed. Thanks!







Hi geoma, I think your views filter doesn't work because technically it's not searching for the name of the comuna / county but for a number (i.e. the node id of the referenced content item). You can verify this by looking at the available operators. Apart from "Is equal to" there are probably operators like "Is greater than" and similar ones which don't make sense in textual content.
To filter for the name of the comuna / county, you first have to add a 'Relation' to the referenced entity in the right column of your view. Then add a filter criterion "Title" and configure it to use the relationship. Once you've done this, the filter should work, be it with the operator "Is equal to" but also with textual operators like "Contains" or "Contains any word".