How can I make AjaxSearch (1.9.0) group the search results by each documents ultimate parent?
Say I have a site with 3 main menu items:
- Products
- Services
- Support
each of these has children.
I want my search result to group by "Products", "Services" or "Support" so the user can see where each page in the result belongs. I don’t want to display the entire breadcrumb for each document.
Is this possible within AjaxSearch 1.9.0? Any suggestions?
Thanks!