Skip to content

Commit

Permalink
Disable global search temporarily - References #11
Browse files Browse the repository at this point in the history
  • Loading branch information
voidgraphics committed Mar 11, 2019
1 parent 7bb2dad commit 12d02c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Pages/Resource.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ class Resource extends BaseResource
*/
public static $title = 'title';

/**
* Indicates if the resoruce should be globally searchable.
* Disabled for now until there is a fix for issue #15
*
* @var bool
*/
public static $globallySearchable = false;

/**
* The columns that should be searched.
*
Expand Down

0 comments on commit 12d02c9

Please sign in to comment.