Here is my case:

I have a view (table) with couple of fields. One of those fields is a reference to a node.
Field setup in content type:

  • entity selection mode: view
  • passed arguments: none
  • Render Views filters as select list: unchecked

Field setup in Views:

  • Formatter: Label
  • Link label to the referenced entity: unchecked

Table displays perfectly. I can see my referenced node title and all.
Things go wrong when I try to add exposed filter to that field.
Typing in search box referenced node title doesn't give any resaults. This filter appears to be performing serach only od node ids.
Also in BFFSettings threre is this option:
SHOW MORE OPTIONS FOR "field_name_TARGET_ID"

What I want to do, is to be able to perform search on node titles not ids.

Any ideas?