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.
1 parent dbb5e9b commit f41bf85Copy full SHA for f41bf85
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