cancel
Showing results for 
Search instead for 
Did you mean: 

search documents in repository

nancyaggarwal
Champ in-the-making
Champ in-the-making
hi,

I have below folder structure in repository


folder1 (root folder)
|
|——————-folder1(subfolder1)
|                          |
|                          |——————Bills(subfolder1child1)
|
|
|——————-folder2(subfolder2)
                           |
                           |——————Bills(subfolder2child)


I want to search all documents in both the bills folder above in root folder in alfresco. If i search for bills in alfresco it shows me the folder

How i can search this way.


Thanks
Nancy
2 REPLIES 2

romschn
Star Collaborator
Star Collaborator
I have two suggestions here. See if any of it can be implemented for your use case or not.
One option is to - have a custom content type for billing, and these type of contents should be added inside Bills folder. This way, just using the TYPE query for billing content type, you should be able to find all the Billing documents.
Alternatively, if above option is not possible then, you can setup an inbound business rule on Bills folder and add new billing aspect to the documents. And then search for all the documents having that aspect. This way, you should be able to get the documents from Bills folder.

Hope this helps.

Thanks Ramesh for your reply.

Second approach seems to look good. I will try this and will get back to you with the result.


Regards,
Nancy