Dave Jackson

Commander
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-01-22
00:57
663 views
Hi there,
m just after a way to run a search that shows me all documents that have "view document" as unrestricted.
I've tried using our org location recursive to "not" but it doesn't work.
Ideas? Thanks.
1 Solution
Accepted Solutions
brian-b

Vice Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-01-24
19:14
Try this: container:[acl:"View Document",null].
4 Replies
brian-b

Vice Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-01-23
18:21
Dave,
Try this string search: acl:"View Document",null
Dave Jackson

Commander
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-01-23
21:15
Cheers mate, That grabbed me all the docs that had unrestricted access at the doc only level.
Do you have a trick for the ones that have access controls set at the container as View document unrestricted?
Cheers.
brian-b

Vice Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-01-24
19:14
Try this: container:[acl:"View Document",null].
Dave Jackson

Commander
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-01-28
00:47
Great, thanks for that.
Worked perfectly.