I want to feature (move to top of results) certain products on only certain search result pages. With only a single search performed. A Custom Ranking Attribute would boost a product's ranking for all pages, instead of certain pages.
A somewhat working solution is to add an attribute like "featuredin":"[searchterm]", and move "featuredin" to top of Searchable Attributes. However, products with similar searchterm could be featured on the wrong page. example: There are products with "featuredin":"iphone", and products with "featuredin":"iphone accessories". Since searching 'iphone' in attribute 'featuredin' will also get hits on products with "featuredin":"iphone accessories", I'm getting iphone accessories featured on iphone search results.
This solution could work if there's a way to force 'true' exact match for an attribute. But I couldn't find something like that.
Thanks.