Hello All, We are trying to provide a personalized sort order for each user. We've a per-computed list of user to products and if it matches the solr result set those products need to be shown upfront. One way can be handling this in application but pagination becomes tricky. Another way we are exploring this is via a custom value source where we'll pass productid to custom-score and sort based on this. We've been able to manipulate result set using this, but sort order is getting cached. One way can be using {!cache=false} but that would lead to performance degradation. Any other way of achieving this?
-- Thanks & Regards, Apoorva