Hi guys,
I have a project where I need a bit of optimization. We are using the Content Index for listing a lot of articles, but in the template, we are also using some methods for retrieving additional details about authors and categories. It seems that the current approach is not optimal in terms of performance, and I am considering extending the current Content index with the additional details that we are now processing in the template.
Before I spend to much time investigating this, I would like to know if it would be possible to add an author object to the index. This object should return a list of Authors and each Author should be another object with at least 2 properties: Name and ID.
Is this scenario feasible? Should I proceed on this path?
Thank you,
Adrian