gab gab
02/23/2022, 9:27 AMconnectHierarchicalMenu
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?gab gab
02/23/2022, 9:33 AMlimit
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?Jason Bosco
02/23/2022, 1:15 PMgab gab
02/23/2022, 1:30 PM<Configure q={'*'}>
<HierarchicalMenu/>
</Configure>
Jason Bosco
02/23/2022, 4:27 PMgab gab
02/24/2022, 7:43 AM