Boost products by recently created #3550
-
I would like to add add a boost so recently created products would rank before older products when they would otherwise have relevancy similar scores. There is the "Product creation date (X days ago)" optimizer rule I could apply but it would take many rules like: Also it look like I would need to create this rule list for each store of which we have many and that would mean over 100 optimizers. It seems best if there is way to use the "based on attribute value" model with a dynamic attribute showing the freshness or newness and a low boost. Is it possible to make such a dynamic attribute that would be related to how new the product is? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @superdav42, I thought I had given an answer but looks like that's not the case.
When the datasource loops on products to index
Then your "based on attribute value" boost will actually act as linear penalty by default, unless you change the boost impact (which applies a function like square root or logarithm).
Regards, |
Beta Was this translation helpful? Give feedback.
Hello @superdav42,
I thought I had given an answer but looks like that's not the case.
The way I would do that would be to
When the datasource loops on products to index