]> BookStack Code Mirror - bookstack/blobdiff - app/Entities/Models/Chapter.php
Fixed occurances of altered titles in search results
[bookstack] / app / Entities / Models / Chapter.php
index 0e2917af3badbdaab21538320436f33f3cc27630..224ded935048ef86e581376ca1bd380c43a4787e 100644 (file)
@@ -16,7 +16,7 @@ class Chapter extends BookChild
 {
     use HasFactory;
 
-    public $searchFactor = 1.3;
+    public $searchFactor = 1.2;
 
     protected $fillable = ['name', 'description', 'priority', 'book_id'];
     protected $hidden = ['restricted', 'pivot', 'deleted_at'];