I have a View called `Project` that roughly contains the following fields:

Computed: Project number (field_project_number)
Node: Title
Integer: Archive number (field_archive_number)
Date: Startdate (field_startdate)
Node Reference: Client (field_client)
Text: Status (field_status)

I'm able to search the `title`, `date` and `status` fields, but I am unable to search the `Project number` and `Client` fields. Sadly these too fields are the most important ones to be able to filter on. Would it be possible for 'Views Fast Search' to include these fields? And would it be possible for the administrator to set which fields to include in the search?

Comments

douggreen’s picture

AFAIK, if you add those fields to a filter and then expose the filter, you should be able to search on them. I haven't tried this with numbers or node references. Is that is the problem, you might want to repost this issue under the CCK project.

appel’s picture

Status: Active » Closed (fixed)

Thanks Doug. I am able to search on all of them, except for those pesky computed fields and node references (even though they're exposed). I'll close this issue and repost it under the CCK project. Thanks again.