Exclude specific page types from being indexed by Examine
Hello there,
Is there a smart way in Umbraco v9+ to exclude specific page types from being indexed by Examine? Or is it possible to hook on an indexing event and skip the indexing if the user has checked a property indicating that the document should not be indexed and displayed in the search result.
Exclude specific page types from being indexed by Examine
Hello there,
Is there a smart way in Umbraco v9+ to exclude specific page types from being indexed by Examine? Or is it possible to hook on an indexing event and skip the indexing if the user has checked a property indicating that the document should not be indexed and displayed in the search result.
Many greetings Lasse
I think the best way to do it is make your own examineIndex:
https://docs.umbraco.com/umbraco-cms/reference/searching/examine/indexing#creating-your-own-index
Hey Julien 🙂
I will do that - thank you 👍
Br Lasse
is working on a reply...