Skip to content

Commit f41bf85

Browse files
authored
Remove duplicate nodeName field from indexing
Removed duplicate 'nodeName' field from index values.
1 parent dbb5e9b commit f41bf85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

16/umbraco-cms/reference/searching/examine/indexing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ public class ProductIndexValueSetBuilder : IValueSetBuilder<IContent>
259259
[UmbracoExamineFieldNames.NodeNameFieldName] = content.Name!,
260260
["name"] = content.Name!,
261261
// add the fields you want in the index
262-
["nodeName"] = content.Name!,
263262
["id"] = content.Id,
264263
};
265264

0 commit comments

Comments
 (0)