We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbb5e9b + f41bf85 commit 58134c8Copy full SHA for 58134c8
16/umbraco-cms/reference/searching/examine/indexing.md
@@ -259,7 +259,6 @@ public class ProductIndexValueSetBuilder : IValueSetBuilder<IContent>
259
[UmbracoExamineFieldNames.NodeNameFieldName] = content.Name!,
260
["name"] = content.Name!,
261
// add the fields you want in the index
262
- ["nodeName"] = content.Name!,
263
["id"] = content.Id,
264
};
265
0 commit comments