diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-08-09 18:08:23 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-08-09 18:08:23 +0300 |
commit | 82f40b7c92f381df19404c8dae41a37fdaae0baf (patch) | |
tree | 7c98f9f636ff7105ae7e91bb2020be6c45e3b70d /mod/module.cli | |
parent | 728ee46209b9add314fe1fec9bdf4a43b7d7eeb8 (diff) |
Some tweaks to advanced package search page
Also make project links on other pages to refer to advanced package search page
Diffstat (limited to 'mod/module.cli')
-rw-r--r-- | mod/module.cli | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mod/module.cli b/mod/module.cli index 41684bd..f0efed8 100644 --- a/mod/module.cli +++ b/mod/module.cli @@ -924,6 +924,12 @@ namespace brep // string project | pr; + // Package repositories. If *, then no repository constraint is applied. + // Otherwise the package repository canonical name must match the value + // exactly. + // + string repository | rp = "*"; + // Package version reviews. If *, then no reviews-related constraint is // applied. Otherwise the value is supposed to be the one of the // following statuses: reviewed and unreviewed. |