Followup on T224755: Allow to filter by Gerrit label 'code review' (on the latest patchset) in the frontend
Background / context: I was wondering if on https://wikimedia.biterg.io , I could get a list of the oldest open Gerrit changesets which do NOT have a code review label (means: !_exists_:status_value). (I know I could also do this on Gerrit itself.)
First query: Go to https://wikimedia.biterg.io/app/kibana#/dashboard/Gerrit-Backlog , make sure that the timespan in the upper right corner is set to "Last 10 years", set the Advanced Filter to status:"NEW" AND !_exists_:status_value. See that the first link in the "Backlog" widget is https://gerrit.wikimedia.org/r/8786 .
Going to "Discover" and choosing gerrit and filtering on url:"https://gerrit.wikimedia.org/r/8786" shows that status_value is empty in the very first entry.
Second query: Go to https://wikimedia.biterg.io/app/kibana#/dashboard/Gerrit-Backlog , make sure that the timespan in the upper right corner is set to "Last 10 years", set the Advanced Filter to status:"NEW". See that the first link in the "Backlog" widget is https://gerrit.wikimedia.org/r/8785 .
Going to "Discover" and choosing gerrit and filtering on url:"https://gerrit.wikimedia.org/r/8785" shows that it has status_value: -1 in the very first entry.
I'm confused when looking at both URLs in the Gerrit web interface, as both patches at some point had status_value: -1 in the past, and both patches currently do not have a status_value set.
I would have expected 8785 to also be included in the first query already.
Is my expectation wrong that querying for status_value should query on the current value of the latest patchset in a changeset?
Upstream: https://gitlab.com/Bitergia/c/Wikimedia/support/issues/70 (not public)