I have a requirement in my project to show a special tag on those records which have been boosted.
Use case : Client has created a boost rule to boost all soups of a particular brand. Now when user search term soup then all soups of the given brand will come first in the listing page due to boosting rule. Now the requirement is to show a special tag on those boosted soup products.
Approach tried : I analysed the score of each record and found that score of boosted records is added by the boost value i have given in the boost rule. But i am not getting any clear distinction so that i can identify those boosted records and apply special tag on them.
Looking for good suggestions :)