Skip to content
This repository has been archived by the owner on Jan 10, 2021. It is now read-only.

Commit

Permalink
fix(configsetting): Fix search config default options (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
KhushbuFuletra authored and Nathan Glasl committed Jul 30, 2019
1 parent 6683b00 commit 0478e98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/objects/ExtensibleSearchSuggestion.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ class ExtensibleSearchSuggestion extends DataObject implements PermissionProvide
'ApprovedField'
);

private static $indexes = array(
'Approved' => true
);

/**
* Allow the ability to disable search suggestions.
*/
Expand Down

0 comments on commit 0478e98

Please sign in to comment.