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 Fixed validation issue on register post 2018-01-28 17:15:30 +00:00
AttachmentController.php Fixed error when accessing non-authed attachment 2018-02-11 12:37:02 +00:00
BookController.php Updated grid view to use CSS grid and flexbox 2018-02-11 11:36:51 +00:00
ChapterController.php Set /app PHP code to PSR-2 standard 2018-01-28 16:58:52 +00:00
CommentController.php Added loading icons, Added comment activity 2017-09-09 17:06:30 +01:00
Controller.php Set /app PHP code to PSR-2 standard 2018-01-28 16:58:52 +00:00
HomeController.php Finished migrated from icon-font to SVG 2018-02-17 19:49:00 +00:00
ImageController.php Fixed failing tests 2018-03-24 15:25:13 +00:00
PageController.php Set /app PHP code to PSR-2 standard 2018-01-28 16:58:52 +00:00
PermissionController.php Set /app PHP code to PSR-2 standard 2018-01-28 16:58:52 +00:00
SearchController.php Made search more efficient and tweaked weighting 2018-03-24 18:46:31 +00:00
SettingController.php Set /app PHP code to PSR-2 standard 2018-01-28 16:58:52 +00:00
TagController.php Set /app PHP code to PSR-2 standard 2018-01-28 16:58:52 +00:00
UserController.php Added command to add a new admin user 2018-01-28 18:09:26 +00:00