algoliasearch-wordpress
algoliasearch-wordpress copied to clipboard
Hierarchical menu widget with custom taxonomies
What did you expect to happen?
All levels of hierarchical menu properly working
What happened instead?
Getting no results after choosing the second level of the hierarchical menu.
How can we reproduce this behavior?
Create two custom taxonomies and make the hierarchical menu out of them.
Can you provide a link to a page which shows this issue?
http://carz.stylemix.biz/?s=
Technical info
- WordPress version: 4.9.8
- Algolia Search plugin version: 2.11.2
Notes:
Both taxonomies are set as attributes for faceting, as they are working when I create two separate regular menus for each of them. Here is code snippet I used to create a widget:
search.addWidget(
instantsearch.widgets.hierarchicalMenu({
container: '#aligolia-make',
separator: '>',
attributes: ['taxonomies.make','taxonomies.serie']
})
);