Hi, I'm using the `connectHierarchicalMenu` connec...
# community-help
g
Hi, I'm using the
connectHierarchicalMenu
connector. It is forging "automatically" the appropriate query while navigating inside tree. It is overrding some default properties I have set in
collectionSpecificSearchParameters
. For instance
maxFacetValues
is overrided to be 10 How can I modify this?
I just found the
limit
argument is used to populate
maxFacetValues
. My question still remains in following case: I'm using an autocomplete and the hierarchical menu. Both will use the default same config for a given index. How would I tune an index relative to the component that will use it?
j
@gab gab You can nest different widgets inside separate configure widgets and have different settings apply for each widget
g
Not so sure about what it means in React. Does it means something like this 🤔 ?
Copy code
<Configure q={'*'}>
   <HierarchicalMenu/>
 </Configure>
j
That's correct
g
Thanks !
👍 1