Skip to content

Commit 4d724ff

Browse files
authored
Merge branch 'umbraco:main' into main
2 parents aac539c + 58134c8 commit 4d724ff

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)