]> BookStack Code Mirror - bookstack/blobdiff - app/Book.php
Updated 'Spanish Argentina' translation.
[bookstack] / app / Book.php
index 457a4c928ac5b6f08bdea84f1e13cace325fe338..51ea226b47cda9b9df027e922db2d4e1dc6995a2 100644 (file)
@@ -2,6 +2,7 @@
 
 class Book extends Entity
 {
+    public $searchFactor = 2;
 
     protected $fillable = ['name', 'description', 'image_id'];