Hi, On 26/07/22 at 11:11 -0400, Louis-Philippe Véronneau wrote: > Package: qa.debian.org > User: qa.debian....@packages.debian.org > Usertags: udd > Severity: wishlist > > Hi, > > It would be really nice if the lintian web page for UDD let you filter > by lintian tags. > > This way, it would be easier to do QA work on some things that are > flagged by lintian :)
So I thought about that, and there are several possible workarounds: 1/ add some client-side filtering of the results table using javascript (I would welcome a patch for that, my js is rusty) 2/ use the JSON output, then post-process locally 3/ do SQL directly. the page has a secret &debug=1 parameter that shows the SQL it's doing, which can be helpful. All those workarounds are sufficiently good that I don't plan to provide server-side support for filtering by tag (and/or 'information'). Lucas