Hello,
I am trying to override the document Title for my items in sitecore. I was initially trying to use the postprocesser as jrioux was doing in this question to override the title: https://answers.coveo.com/questions/5976/index-item-and-associated-media-item.html
pArgs.CoveoItem.Title = item.DisplayName;
But as I see in that answer this is not going to work. Essentially what I should do is modify the "Title Selection Sequence" as @Jean-François L'Heureux suggested. But it looks like the links that @Jean-François L'Heureux provided are for the enterprise version but I am using Coveo Cloud with Coveo for Sitecore version 4.1.248.6. what would the solution be for Coveo Cloud?
Answer by Jean-François L'Heureux · Jan 24 at 01:37 PM
This article should cover everything you need to know about the title selection sequence of Sitecore items: https://docs.coveo.com/en/890/coveo-for-sitecore-v4/understanding-the-title-selection-sequence
Indexing problem - No results for FR-BE language 1 Answer
How to get index structure to match sitecore tree 0 Answers
cannot index sitecore with coveo 2 Answers
Computed Field with Custom XML Attributes 2 Answers
Custom Inbound Index not working 3 Answers