patridge / learn-metadata-tool

Chrome extension for Microsoft Learn folks to find content maintainers and GitHub content pages.
https://chrome.google.com/webstore/detail/microsoft-learn-maintenan/kagphmnlicelfcbbhhmgjcpgnbponlda
MIT License
2 stars 0 forks source link

Adjustments to work item query URLs #74

Closed patridge closed 2 years ago

patridge commented 2 years ago

The prior IN ({uid-fragments}) logic wasn't getting most of the relevant work items. This expands the scope using slightly adjusted logic and CONTAINS clauses, though at the expense of potential false positives. Those false positives should be something you can filter out manually via the resulting query and/or UID sorting.

{Fixes #73}