From 82f40b7c92f381df19404c8dae41a37fdaae0baf Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 9 Aug 2024 18:08:23 +0300 Subject: Some tweaks to advanced package search page Also make project links on other pages to refer to advanced package search page --- mod/module.cli | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mod/module.cli') 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. -- cgit v1.1