Closed (fixed)
Project:
Computed Field
Version:
6.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2010 at 12:45 UTC
Updated:
3 Mar 2010 at 14:19 UTC
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
Comment #1
burki commentedSorry, 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.