diff share/man/man1/roundup-admin.1 @ 6176:d25638d1826c

Add roundup-admin filter command; fix bad doc example; add tests admin_guide.txt had an example using find with username prop. This is wrong. Find only works with links not string. Fix it to use filter. Add filter command to roundup-admin. Add tests for filter, specification and find.
author John Rouillard <rouilj@ieee.org>
date Mon, 18 May 2020 23:28:03 -0400
parents 78a7e54fbf41
children 9d3b4472a47d
line wrap: on
line diff
--- a/share/man/man1/roundup-admin.1	Sat May 16 21:20:25 2020 -0400
+++ b/share/man/man1/roundup-admin.1	Mon May 18 23:28:03 2020 -0400
@@ -89,6 +89,13 @@
 files below $TRACKER_HOME/db/files/ (which can be archived separately).
 To include the files, use the export command.
 .TP
+\fBfilter\fP \fIclassname propname=value ...\fP
+Find the nodes of the given class with a given property value.
+Multiple values can be specified by separating them with commas.
+If property is a string, all values must match. I.E. it's an
+'and' operation. If the property is a link/multilink any value
+matches. I.E. an 'or' operation.
+.TP
 \fBfind\fP \fIclassname propname=value ...\fP
 Find the nodes of the given class with a given link property value.
 .TP

Roundup Issue Tracker: http://roundup-tracker.org/