Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
I am not sure if you already do this. But here is my suggestion.
If you calculate the ranking in PIM, you could store that ranking score as a property on the catalog entries. Then you can order the results by that property.
If you don't call an order method then S&N will use calculated relevance. And that can primarily be manipulated by boosting and applying synonyms.
What you can probably "improve" on what you're already doing is to add an extension method to your product model, something like this
public static decimal SearchRanking(this ProductModelContent content)
{
//return your calculation
}
and you don't have to calculate it every time you search.
Hello
In our webshop we would like to configure ranking of products within Optimizely Search & Navigation.
Just to be clear about terminology and use case:
Our questions are: