Hello gurus, Cutting to the chase, I index this: CategoryPath(lvl1,lvl2,lvl3)
I want to group things as deep as lvl3. Which should be more eficient: *search for categoryPath(lvl1) to get lvl2 results: search lvl2 number of times for categoryPath(lvl1,lvl2) to get lvl3 results* ? or *search drilldown categorPath(lvl1)* // i can't test this because it doesn't give me the results i expect in the SimpleSearch example( maybe i didn't understand them and they can't even be compared to what i need) Thank you, Mihai