I am working on a typeahead search, where I have 8 different categories. The categories are set as a radiobuttonlist in page properties.
In order to structure my results, the only way I can get this to work is by making a query pr. category. And in order to publish the results, I have to add a paragraph containing querypublisher for each of my queries.
That means I will have 8 queries, and 8 modules attach to the result page. Will this hold up performance wise for a typeahead search, or is there another way to solve this for a better performance?
All help is appreciated.
Ragards Hans