[01:05:48] bearND: did you guys update your search to use the query additions from this patch? https://gerrit.wikimedia.org/r/#/c/158011/2/javascripts/modules/search/SearchApi.js [01:06:06] bearND: it preserves order of results better [01:06:22] bearND: can’t remember if i sent this yet :) [01:08:17] mhurd: not sure. I'd have to check. Dmitry was working on this. [01:09:17] bearND: you can check if it uses the same query parameters. no rush though, dan just said to double check [01:09:31] mhurd: where is this js file from? [01:10:09] bearND: mobile web. another way to see if you’re already using it is to search for “obama” on mobile web and the app and see if result order is same [01:11:31] mhurd: https://github.com/wikimedia/apps-android-wikipedia/blob/master/wikipedia/src/main/java/org/wikipedia/search/SearchArticlesTask.java is what we have right now [01:12:48] mhurd: looks like we need to update that [01:12:50] bearND: ah so it’s not using those parameters yet. [01:12:51] ya [01:14:49] bearND: as you can see from the patch i linked to, the updated query gets an ordered list (which only has title and pageids). you then need to use the page id to get the thumb entry info from the old unordered results [01:15:41] mhurd: thanks for letting me know. I'm in the middle of getting the Find in Page functionality turned into a contextual action bar. I'm going to send email to Dmitry since he's not in IRC right now [01:15:57] mhurd: should probably also switch to mobile channel for this [01:15:59] cool thanks! [01:16:08] mhurd: thanks for letting us know! [01:16:10] bearND: let me know if you need any more info