Skip to content

Commit 6ad6e01

Browse files
committed
Merge branch '6.0/search-attributes-docs' into 6.0-trunk
2 parents 6365a21 + 8159529 commit 6ad6e01

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

sbin/rt-search-attributes.in

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ rt-search-attributes - search RT::Attribute objects
141141

142142
rt-search-attributes [OPTION] ATTRIBUTE_NAME QUALIFYING_CODE
143143

144+
rt-search-attributes -c Bookmarks '$ObjectId = 14' # Bookmarks for user with id 14
145+
rt-search-attributes -c Pref-DefaultDashboard '$_ = 9' # All users using dashboard id 9
146+
144147
=head1 DESCRIPTION
145148

146149
This script searches all attributes named ATTRIBUTE_NAME with qualifying
@@ -156,8 +159,3 @@ properties:
156159

157160
-h, --help
158161
Display this help and exit
159-
160-
e.g.
161-
162-
rt-search-attributes SavedSearch '$id > 10'
163-
rt-search-attributes Search '$_->{Query} =~ /Status/'

0 commit comments

Comments
 (0)