Dont explicitly index nested property by default (#15028)

This commit is contained in:
Nikolaj Geisle
2023-10-24 14:43:57 +02:00
committed by GitHub
parent 922be1c416
commit e1a1dedfb9

View File

@@ -8,7 +8,7 @@ namespace Umbraco.Cms.Core.Configuration.Models;
[UmbracoOptions(Constants.Configuration.ConfigIndexing)]
public class IndexingSettings
{
private const bool StaticExplicitlyIndexEachNestedProperty = true;
private const bool StaticExplicitlyIndexEachNestedProperty = false;
/// <summary>
/// Gets or sets a value for whether each nested property should have it's own indexed value. Requires a rebuild of indexes when changed.