Background
Newcomers can find Suggested Edits on their Special:Homepage to get them started with editing Wikipedia. Ideally, we do not want to direct newcomers into ongoing edit-wars. So for our existing structured tasks, like Add a Link, we have systems in place to ensure we do not surface pages that have been edited in the last 24 hours.
Growth Team is now working together with Machine Learning team and Editing team on a new structured task which supports the newcomer in revising promotional tone in articles.
The ML Team and Data Persistence team are working towards creating a pipeline that enables this new structured task at scale (T401021). However, that pipeline would become much more complex if we were to introduce the requirement that the page must have not been edited in the last 24 hours.
So to that end, it would be great if we could make this a filter in the search request to cirrus search that surfaces candidate pages in the first place (Leveraging weighted tags that are being added in above pipeline. Akin to hasrecommendation:link).
If that is possible to do, then this would unlock several additional simplifications in GrowthExperiments and be used in more circumstances than only this one use-case.
Acceptance criteria:
- CirrusSearch supports another filter like age:1d that allows to limit results to those whose latest revision is older than 24 hours.