Hi!

I have user reference cck field with "autocomplete user reference integrated with real names" widget,
and would like to use that as a autocomplete exposed filter, but it shows as a select list instead?
Can this be changed to autocomplete somehow?

Comments

dawehner’s picture

Yes 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.

merlinofchaos’s picture

Project: Views (for Drupal 7) » Content Construction Kit (CCK)
Version: 6.x-2.7 » 6.x-2.x-dev
Component: exposed filters » Views Integration

CCK Provides this field. Probably your only chance to change this is hook_form_alter() though.

markus_petrux’s picture

Category: support » feature
Status: Active » Closed (duplicate)

This is probably a dup of #506654: Autocomplete for nodereference Views exposed filter

Yes, that one would have to cover user reference filters as well.