Search code examples
sitecoresitecore-workflow

Need to exclude field values from Sitecore search index viewer is not working


I need to eliminate/exclude a field id/value in config. This is what I have in my config but still it's not eliminating my field id. I need help to eliminate/exclude the field values in Sitecore.

<include hint="list:ExcludeField">             
<fieldId>{A0CB3965-8884-4C7A-8815-B6B2E5CED162}</fieldId> </include>

I need help excluding the field value and finding a field id for the ones in image.

In detail, how do I exclude all the highlighted ones from index search?


Solution

  • To find Field Guid go to template manager and select the template which has your field. Then expand the tree to find FieldItem and grab Field Guid from FieldItem's quick info section.