Hi,
In my PLP, I'm sorting the products by Score and then by Name. In a normal situation, where I have no search, I expected my products to simply be ordered alphabetically, however I have a product that is jumping to the top of the list because while all products have a score of zero, this one products has a score of 0.22.
The only thing this product seems to have different from the rest of the products is that it has no Assortment ID. However, I didn't expect that to add to the scoring of the product.
This is my query:
Is it the expected behaviour that having an empty Assortment ID would increase score? But then MatchAny AssortmentID does not?
Thank you