cancel
Showing results for 
Search instead for 
Did you mean: 

Search content without extension

mattjourdan
Champ in-the-making
Champ in-the-making

Hello,

I use alfresco community 5.0.d and i would like to know if it is possible to search in Alfresco all the files thatdon't have an extension.

I do not know how to do the search.

Thanks,

 

Matthieu

12 REPLIES 12

mattjourdan
Champ in-the-making
Champ in-the-making

Hi,

 

Thanks a lof for your answers.

I will try CMIS SQL queries

 

Matthieu

cesarista
World-Class Innovator
World-Class Innovator

Hi:

You can try CMIS SQL queries in node browser (cmis-strict or cmis-alfresco) or CMIS workbench first, before writing a custom CMIS code for example in java or python.

Regards.

--C.

mehe
Elite Collaborator
Elite Collaborator

As I wrote in another thread (Get all Childs of a Node )

I totally forgot about GitHub - ciber/alfresco-js-batch-executer: Alfresco easy bulk processing with JavaScript

this gives you a new root scope object which enables you to write a serverside JavaScript that iterates over the elements without the common problems like runtime, memory consumption, transaction size...

just for completeness...