a month ago - last edited a month ago
I have a hidden folder (HiddenInNavigation) under the workspace which hosts many normal files which i don't want to be searched. But the default searcher always searches these files.
I don't want to make all these files having the "HiddenInNavigation" facet.
So, is there any way to avoid search normal files under the hidden folder?
a month ago - last edited a month ago
EDIT: I apologize, I misunderstood your question. So of course you could also add the "HiddenInNavigation" facet to those child documents. Another option, if the folder is fairly static (i.e. you're not dynamically creating lots of them) is to filter via ecm:path to exclude that folder, or the filter via ecm:parentId or ecm:ancestorId.
As for the "default searcher" my suggestion would be to replace it. Disable the OOTB Drawer item in Studio Designer and create your own Page Provider and Search that does what you need (as opposed to trying to override the OOTB search, which uses a generic Page Provider that's used in lots of other places so you probably don't want to mess with it).
Old answer below:
Use the "ecm:mixinType" property to filter for any facets you want or don't want. E.g.
SELECT * FROM DOCUMENT WHERE ecm:mixinType != 'HiddenInNavigation'
https://doc.nuxeo.com/nxdoc/nxql/#special-nxql-properties
a month ago - last edited a month ago
EDIT: I apologize, I misunderstood your question. So of course you could also add the "HiddenInNavigation" facet to those child documents. Another option, if the folder is fairly static (i.e. you're not dynamically creating lots of them) is to filter via ecm:path to exclude that folder, or the filter via ecm:parentId or ecm:ancestorId.
As for the "default searcher" my suggestion would be to replace it. Disable the OOTB Drawer item in Studio Designer and create your own Page Provider and Search that does what you need (as opposed to trying to override the OOTB search, which uses a generic Page Provider that's used in lots of other places so you probably don't want to mess with it).
Old answer below:
Use the "ecm:mixinType" property to filter for any facets you want or don't want. E.g.
SELECT * FROM DOCUMENT WHERE ecm:mixinType != 'HiddenInNavigation'
https://doc.nuxeo.com/nxdoc/nxql/#special-nxql-properties
a month ago
I'm afraid this won't work. it does not search the "HiddenInNavigation" files , but the normal files(meaning not the "HiddenInNavigation" file) under "HiddenInNavigation" folder still be searched!
a month ago
Many thanks for your quick feedback! ❤️, the suggestion is very sensible. i think the ecm:ancestorId would be the suitable filtering condition for my case.
a month ago - last edited a month ago
where do i make these operation? under nuxeo platform webUI? or anywhere else ?
where is the entrance, under mac?
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.