Problem with Lucene Query
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2011 12:01 PM
I'm having a problem with a Lucene Query..
I want o see the content of the folder My Home of the user ramos.. in this case the folder is ramos as well.
(PATH:"/app:company_home/app:user_homes/sys:ramos/*" AND TYPE:"{http://www.alfresco.org/model/content/1.0}content")
and it works for some users but.. there are others that just worked like this
(PATH:"/app:company_home/app:user_homes/cm:ramos/*" AND TYPE:"{http://www.alfresco.org/model/content/1.0}content")
and on others the query doesn´t work.. I just tried to join then with OR but for some users that doesn't work.
Can someone help me?
Thanks
I want o see the content of the folder My Home of the user ramos.. in this case the folder is ramos as well.
(PATH:"/app:company_home/app:user_homes/sys:ramos/*" AND TYPE:"{http://www.alfresco.org/model/content/1.0}content")
and it works for some users but.. there are others that just worked like this
(PATH:"/app:company_home/app:user_homes/cm:ramos/*" AND TYPE:"{http://www.alfresco.org/model/content/1.0}content")
and on others the query doesn´t work.. I just tried to join then with OR but for some users that doesn't work.
Can someone help me?
Thanks
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2011 01:23 PM
You may have seen this page, but may be helpful http://wiki.alfresco.com/wiki/Search#Path_Queries
Does any of your usernames have special characters in them? If so you may need to encode them http://www.google.com/search?q=site:forums.alfresco.com+9075
Does any of your usernames have special characters in them? If so you may need to encode them http://www.google.com/search?q=site:forums.alfresco.com+9075
