Hi,
We have a hierarchichal navigator which has huge set of nodes, around 22k. We want to restrict the no of nodes we fetch as part of our search request. To achieve that we are using the filter param of the navigators parameter. like
Code:
taxonomynavigator(cutoff=0/0/50000,filter=50000/0//root/A/1/3)
but with use of this code, 0 navigators are returned.
My taxonomy field has value : “/root#/root/A#/root/A/AB#/root
/P#/root/P/D#/root/A/BC#/root/A/AB/xyz”
Does the prefix value’s containing “/” is conflicting with the “/” as the separator for the other filter params(filter=<buckets>/<freq>
/<prefix>[/<level-min>/<level-max>] ) ?
TIA,
Ashwani