Multiple autocomplete fields don't work correctly. The autocomplete always returns the values for the first defined autocomplete field.

Eg. you have 3 fields: title, title_1, title_2
The autocomplete for title_1 and title_2, will always return results only ment for title.

Comments

rp7’s picture

Patch which fixes this. Please get this in ASAP.

ykyuen’s picture

This patch works like a charm. Thanks for your help!

vasike’s picture

Status: Active » Fixed
vasike’s picture

actually the "autocomplete field" it suppose to be data returned, anyway it should be the same field so the filter will work properly
So what it should be here for the autocomplete path here it's the filter Identifier (ex. title, title_1 or title_2).

here is a new commit : http://drupalcode.org/project/views_autocomplete_filters.git/commit/f7bc8f8

please reopen the issue, if it's not solved for you.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.