To answer your question faster, you can search our knowledgebase articles before submitting a ticket.
Knowledgebase
I have set the index of my search module fields correctly for each category starting from 0 but the search module on the front end is mixed up. What did I do wrong?
Posted by on 19 November 2012 01:47 AM

The index for search module fields is global. This means that you need to have only one value for 0, one value for 1 and so on. When you set the first item of each category to 0 and do the same for fields coming afterwards, you will have multiple zeros, multiple ones and so on and since the system renders them globally, all zeros will be shown under each other, then all ones and so on and this in not how you would like the search fields to appear.

You need to set the index globally so that search module renders as you expect.


Comments (0)