I use computed fields to combine several values to some kind of identifier-value. The field values (varchar) are stored to the database, but I can't find them using search module. If I search for other CCK field values, I can find the nodes, but not if I search for the computed field value.

Comments

burki’s picture

Status: Active » Closed (fixed)

Sorry, after some more research I found that the values actually ARE indexed for search. Since the values contain underscore characters (which are removed in the indexing process) I was not able to find them. If I search for the values without underscores, it works.