BookStack/app/Http/Controllers
Dan Brown f101c1a622
Made search more efficient and tweaked weighting
Added per-entity weighting changes.
Now Books score higher than chapters which score higher than pages.

Reduced queries required on search by only searching once but at a
higher count to see if there's another page.
2018-03-24 18:46:31 +00:00
..
Auth
AttachmentController.php
BookController.php
ChapterController.php
CommentController.php
Controller.php
HomeController.php
ImageController.php Fixed failing tests 2018-03-24 15:25:13 +00:00
PageController.php
PermissionController.php
SearchController.php Made search more efficient and tweaked weighting 2018-03-24 18:46:31 +00:00
SettingController.php
TagController.php
UserController.php