This basically add support for searching for priority:high in the search field at the top of the issues page.
Since it adds the corresponding documentation, it also:
Fixes https://pagure.io/pagure/issue/1908
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr
Maybe we could use a for loop here for fields in ['status', 'priority', ...] that would make the if statement generic, and then easier to add new fields later
for fields in ['status', 'priority', ...]
how do you defined the variable then?
Good question :)
variable should be status here and not author
status
author
variable should be priority here and not author
priority
rebased onto 3c6cebd3b3305e0be0e207366953ff44b3a54616
rebased onto 5bb511bf934f5e112a97e23d914e90f6681f5e6c
:thumbsup:
rebased onto 52df0cc722717e15ca2f1865b7aca883d56cdd72
Pull-Request has been merged by pingou
This basically add support for searching for priority:high in the search
field at the top of the issues page.
Since it adds the corresponding documentation, it also:
Fixes https://pagure.io/pagure/issue/1908
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr