Affected Version:
What steps will reproduce the problem?
1. Set up a "trackingid" with a footer (e.g. bugzilla and "footer = Bug:")
2. Push a change for review
3. Edit the commit message to mention "Bug: 1234"
What is the expected behaviour?
Searching for "bug:1234" shows the change in the search results.
What do you see instead?
Searching for "bug:1234" yields no results.
Please provide any additional information below.
When pushing a change containing "Bug: 2" and then edit it to become "Bug: 3" the index will still remain "Bug: 2" and return that change from the search even though the commit message no longer contains that trackingid.
Example:
- https://gerrit.wikimedia.org/r/#/c/50374/
- Pushed from the command line with "Bug: 1236", edited to "Bug: 1237".
- Searching for 1236 returns that change still: https://gerrit.wikimedia.org/r/#/q/bug:1236,n,z
- Searching for 1237 returns nothing: https://gerrit.wikimedia.org/r/#/q/bug:1237,n,z
Labels: FixedIn-2.6