Closed (duplicate)
Project:
Content Construction Kit (CCK)
Version:
6.x-2.x-dev
Component:
Views Integration
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2009 at 16:05 UTC
Updated:
26 Nov 2009 at 10:14 UTC
Comments
Comment #1
dawehnerYes you can do this by writing your own filter handler, or by hook_form_alter, and change the type of the field to autocomplete and provide a menu callback.
Comment #2
merlinofchaos commentedCCK Provides this field. Probably your only chance to change this is hook_form_alter() though.
Comment #3
markus_petrux commentedThis is probably a dup of #506654: Autocomplete for nodereference Views exposed filter
Yes, that one would have to cover user reference filters as well.