Page MenuHomePhabricator

CirrusSearch: Allow users to search for pages modified "recently"
Open, LowestPublicFeature

Description

Sorting results by date results in a degraded user experience due to it essentially throwing the scoring algorithm out of the window and therefore leads to the user being presented with mostly irrelevant results. That said, it may make sense to allow users to filter out results that have not been edited recently (for some definition of recently).

For example:

  1. Search English Wikipedia for "David Cameron".
  2. Discard any results that have not been edited "recently" (e.g. in the past month).
  3. Display to the user anything that's left.

Particulars:

  1. Unlike sorting by date, this does *not* throw the scoring algorithm out of the window as the results are still displayed in the order that the scoring algorithm wants... it's just that certain results are omitted.
  2. The feature may not make sense from a design or engineering perspective. In particular, the use case may already be satisfied by the fact that the scoring algorithm can take recency into account. We need to get together and think about that.

Version: unspecified
Severity: enhancement
See Also:
T40403: Sortable search results

Details

Reference
bz62879

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 3:06 AM
bzimport added a project: CirrusSearch.
bzimport set Reference to bz62879.
bzimport added a subscriber: Unknown Object (MLST).

Going with low on this one, as we've got way bigger fish to fry in the search page redesign than this one.

We sort of already allow this. Would just be a matter of extending it as needed.

https://www.mediawiki.org/wiki/Search/CirrusSearchFeatures#prefer-recent:

Restricted Application added a subscriber: Aklapper. · View Herald Transcript
Deskana lowered the priority of this task from Low to Lowest.Dec 29 2015, 11:11 PM
Deskana moved this task from Needs triage to Search on the Discovery-ARCHIVED board.
Aklapper changed the subtype of this task from "Task" to "Feature Request".Feb 4 2022, 11:14 AM