Exclude block property from indexing
# help-with-umbraco
a
Hello! 👋 I am trying to exclude a specific property in a block type. The problem: the project has a block type with a text field, the field is not used in frontend, only used as reference for editors in some cases. The property is being index now and thats why is on the search result. What I am trying to achieve is to exclude that property in order to avoid a match with that field when searching. I would appreciate some tips/links/tutorials 😁 Thank you in advance.
j
I've written a post on how you can customize what you index for blocklist data, the usecase is slightly different but you can adopt the approach to your need: https://dev.to/jemayn/indexing-blocklist-data-in-umbraco-9-334o
a
Thank you very much, I will check it now.
6 Views