I found that views_autocomplete_filter() taking only views filters into account and ignoring views arguments that may exists.
At least it happen if arguments comes from an URL or passed to the view with by AJAX (in a case when view uses an AJAX).

In my case I solved it with hook_views_pre_execute()

CommentFileSizeAuthor
#2 views_arguments-1871382-2.patch2.93 KBvasike
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

vasike’s picture

Status: Active » Postponed (maintainer needs more info)

could you, please, detail more.
thank you

vasike’s picture

Status: Postponed (maintainer needs more info) » Needs review
FileSize
2.93 KB

here is patch that adds the arguments to autocomplete filters.

vasike’s picture

Status: Needs review » Fixed

patch commited: http://drupalcode.org/project/views_autocomplete_filters.git/commit/28bbd63

there's another commit that fixes some issues with Contextual filter settings other than "Display all values" :
http://drupalcode.org/project/views_autocomplete_filters.git/commit/a542d4d

Status: Fixed » Closed (fixed)

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