Are you referring to the 'Name' of the node that you see in the Umbraco Backoffice Tree ?
If so then by specifying a set of IndexAttributeFields for your IndexSet and not including the name 'nodeName' should 'remove' this property from your custom index.
How to exclude file name of page from Examine search
Hi,
I created a custom index and it is indexing custom fields from pages.
However, it appears to be indexing the actual physical name of the page as well which I do not want.
How do I exclude the name? I know you can exclude node types but what about the physical name?
Thanks a lot!
Hi Damon
Are you referring to the 'Name' of the node that you see in the Umbraco Backoffice Tree ?
If so then by specifying a set of IndexAttributeFields for your IndexSet and not including the name 'nodeName' should 'remove' this property from your custom index.
eg
(rebuild the index after changing the config)
is working on a reply...