diff --git a/src/objects/ExtensibleSearchSuggestion.php b/src/objects/ExtensibleSearchSuggestion.php index c35628f..58b9538 100644 --- a/src/objects/ExtensibleSearchSuggestion.php +++ b/src/objects/ExtensibleSearchSuggestion.php @@ -42,6 +42,10 @@ class ExtensibleSearchSuggestion extends DataObject implements PermissionProvide 'ApprovedField' ); + private static $indexes = array( + 'Approved' => true + ); + /** * Allow the ability to disable search suggestions. */