Lucene search to retrive all spaces to which user invited

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2008 08:49 AM
Hi All,
Can anybody tell how can i retrive all the spaces to which the user is being invied and in which role?
Any help appreciated.
Thanks
Kayan
Can anybody tell how can i retrive all the spaces to which the user is being invied and in which role?
Any help appreciated.
Thanks
Kayan
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2008 09:25 AM
I don't think you can do it just through Lucene search, since the authorization system is not integrated with Lucene, but gets applied after the lucene search is done.
You'll need to do a search for all spaces as admin, and then check if the user you are interested in has permission to access each one.
You'll need to do a search for all spaces as admin, and then check if the user you are interested in has permission to access each one.
