Search ran a test swapping the second and third results to see how much our users care about the position of the result, vs the actual content of the result. This should be a relatively simple one to analyse, we should look at click through rates in both control (no subtest) and swapped (swap2and3) to see if there was any change in clickthrough by result position. Make sure when doing analysis we are only looking at full text search, autocomplete was not effected by this test.
mysql:research@analytics-store.eqiad.wmnet [(none)]> select min(timestamp), max(timestamp) from log.TestSearchSatisfaction2_15357244 where event_subTest = 'swap2and3'; +----------------+----------------+ | min(timestamp) | max(timestamp) | +----------------+----------------+ | 20160406064000 | 20160523073641 | +----------------+----------------+