Skip to content

Commit 58134c8

Browse files
authored
Merge pull request #7524 from abjerner/patch-61
Remove duplicate nodeName field from indexing
2 parents dbb5e9b + f41bf85 commit 58134c8

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)