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 committed Jul 10, 2019
1 parent 94a908e commit c389acf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/dataobjects/ExtensibleSearchSuggestion.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,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 c389acf

Please sign in to comment.