I'm making a views finder on a view of nodes that have term reference fields. However finder seems to want to search using the term ids rather than the text of the title; the text comes up in the results view but I have to type in '71' rather than 'Spain' to find the nodes with references to that term. Any idea what's going on?

Comments

danielb’s picture

This is the correct behaviour of finder.

Use a computed field or rewrite options or hooks to get different behaviour. I intend to make this sort of thing more accessible in the future, but at the moment you have to know PHP to get this working right.

skitten’s picture

Status: Active » Closed (works as designed)

Ah - thanks!