X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/7f9de2c8ab1b137b1cc9e9a3c1dc969b010e4da4..refs/pull/263/head:/app/Page.php diff --git a/app/Page.php b/app/Page.php index 38f95a3b1..b24e7778a 100644 --- a/app/Page.php +++ b/app/Page.php @@ -9,6 +9,8 @@ class Page extends Entity protected $with = ['book']; + protected $fieldsToSearch = ['name', 'text']; + /** * Converts this page into a simplified array. * @return mixed