Foros de discusión

Filtering by datatype in Document and Media

Besart Jashari, modificado hace 8 años.

Filtering by datatype in Document and Media

New Member Mensajes: 5 Fecha de incorporación: 16/04/15 Mensajes recientes
I need to filter files by datatype (ex. .pdf, .docx, mp4, ...) to use as type restriction in folder. Different folder with different datatype.
I saw just filtering by document type (Contract, Sales Presentation etc), not by datatype.
Does exist anyway to implement this kind of filtering?

Thanks in advance
B.J
thumbnail
Denis Signoretto, modificado hace 8 años.

RE: Filtering by datatype in Document and Media

Expert Mensajes: 375 Fecha de incorporación: 21/04/09 Mensajes recientes
One way to acheive it, is to use an "advanced" search combining specific indexed fields of Document & Media Library.
E.g. If you search for
title: mobile +extension:pptx +fileEntryTypeId:0


it will return al files that can contain mobile in the filename with extension pptx that are "basic document"
This kind of search can be performed programmatically or just add parameters in Control Panel > Document & Media > Search input field.

HTH

Regards
Denis.