0

I've set up Algolia on my Magento site. I have an attribute successfully set up on the Instant Results search page, but I can't that same attribute to yield results in the Autocomplete dropdown.

My attribute is "Brand" ("le_brand"). Brand names will display in the autocomplete dropdown as I type them

enter image description here

, but the URL they lead to doesn't include the brand name (screenshot here).

Here are my Magento Algolia plugin settings for this attribute.

Any ideas what I'm doing wrong? Thanks!

Lauren
  • 177
  • 1
  • 2
  • 11
  • 1
    Hello Lauren, there was a bug in the extension which caused "undefined" instead of real value. Fix is already merged into master branch, so feel free to update the extension via Composer. Here's merged PR: https://github.com/algolia/algoliasearch-magento-2/pull/93 – Jan Petr Oct 25 '16 at 13:45

1 Answers1

0

For anyone researching this issue, the recent bug fix resolved this. Thanks, Jan! github.com/algolia/algoliasearch-magento-2/pull/93

Lauren
  • 177
  • 1
  • 2
  • 11