Replies: 1 comment 3 replies
-
|
Do you have an image of the UI you want to create, or maybe a snippet of the expected data? I'm not sure I understand the goal. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I scavenger a lot of forums and documentations in instant search and I still cannot figure it out how to combine hierarchical menu with products I am actually getting from hits.
The idea behind the hierarchical menu to contain a minimum price and and category image in that particular category from existing index. Almost like using custom db group by query. Without using already predefined prices or images. I want dynamically pull the information from entire search engine. Due to my server speed I cannot afford table distinct every time someone visiting website. So I idea behind this was to use instant search as widget that gives categories and information I need on particular category.
I am just wondering if this even possible to do with custom widget of hierarchical menu by extending or connecting it to more custom widget. honestly to build custom widget is really confusing for me even after going over docs. It’s still gives me question how correctly to use functions to pull info I need from it.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions