I have a search results page with different types of sorting available for user to choose via drop down control. I need to test variation of one of the sorting options, let's say Relevance (variation B has different algorithm of relevance definition behind it).
Trick is that sorting option selected by the user is remembered and next time user visits the search results page - his default sorting option is equal to his last chosen option. E.g. lets say a user some time ago selected as sorting option Price (from lowest to highest), meaning he will never get results sorted by relevance anymore until he will explicitly choose 'Relevance' sorting option.
Question is - if it is still OK to test variations of the page in total as it is, or I need to setup/limit A/B test only for the case where users have selected 'Relevance' as a sorting option comparing in this way only user conversion via variations of this particular option?
Thank you for any hints.