Hello,

I'm using the panopoly distribution.

Autocomplete works fine for me locally but not when I upload to my dev server. I'm using Pantheon as a dev server.
I've attached an image with my settings.
Using firebug the response I'm getting is: []

I've reverted to version = "7.x-1.0" and that works fine.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Andrew Edwards’s picture

blesss’s picture

blesss’s picture

Status: Active » Needs review

  • Commit ebb55b4 on 7.x-1.x authored by blesss, committed by vasike:
    Issue #2277453 by Andrew Edwards, blesss, vasike: Fix for Autocomplete...
vasike’s picture

Status: Needs review » Fixed

I really do not know why it is not working.
But the patch seems ok and it works, that's why i committed.
I also hope it solves this issue.
Thank you all

@blesss : Congratulations for your first commit to drupal.org!

Status: Fixed » Closed (fixed)

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

yogeshchaugule8’s picture

I'm too getting this issue, but issue seems to be on Windows machine and on Ubuntu it's working fine.

Without Patch:
"http://site.com/autocomplete_filter/title/[value]/[value]//[Keyword]"
After Patch
"http://site.com/autocomplete_filter/title/[value]/[value]/0/[Keyword]".

Can we've this patch committed to latest release of the module.