I'm trying to configure Examine to exclude media types. The preferred way would be to exclude it entirely, but I would be willing to exclude them by node name, if that's possible. So far, I've tried the following type of thing, which doesn't seem to work:
<ExcludeNodeTypes>
<add Name="Image"/>
</ExcludeNodeTypes>
If I must resort to the above way of doing it, what are the names of all of the media things? So far, I imagine 'File', 'Image' and 'Folder' would do it?
BTW I'm using 4.7.2 Umbraco and v.1.4.2 of Examine. Also, I've gotten this to work by specifying the name of nodes, it appears to be case sensitive. I've specified Image, File and Folder. I'm still curious to find a more appropriate way to exclude all media.
Dp you mind posting your solution? I had a similar one where i wanted to exclude some folders from the media section but somehow didnt get to solve it.
How can I exclude media (all of it) from Examine?
I'm trying to configure Examine to exclude media types. The preferred way would be to exclude it entirely, but I would be willing to exclude them by node name, if that's possible. So far, I've tried the following type of thing, which doesn't seem to work:
<ExcludeNodeTypes>
<add Name="Image"/>
</ExcludeNodeTypes>
If I must resort to the above way of doing it, what are the names of all of the media things? So far, I imagine 'File', 'Image' and 'Folder' would do it?
What if I have content named 'Folder'?
BTW I'm using 4.7.2 Umbraco and v.1.4.2 of Examine. Also, I've gotten this to work by specifying the name of nodes, it appears to be case sensitive. I've specified Image, File and Folder. I'm still curious to find a more appropriate way to exclude all media.
Hi Chris,
Dp you mind posting your solution? I had a similar one where i wanted to exclude some folders from the media section but somehow didnt get to solve it.
Don't know if this is any help, or if you've looked at it already, but there's a really useful page that explains how to configure examine...
http://our.umbraco.org/documentation/v480/Reference/Searching/Examine/
HTH :)
is working on a reply...