BookStack/app
Dan Brown 7405613f8d
Added search term score popularity adjustment
Adds adjustment of search term 'score' (Using in result ranking) so that
a relative 0.3 to 1.3 mulitplier is applied based upon relative
popularity within the whole database. At this point the term popularity
is still done via a prefix match against the search term.

Uses a SUM(IF(cond, a, IF(cond, a, ...))) chain to produce the scoring
result in the select query.
2021-11-08 14:23:48 +00:00
..
Actions Applied latest StyleCI changes 2021-11-06 22:00:33 +00:00
Api Applied StyleCI changes, added php/larastan to attribution 2021-11-05 16:27:59 +00:00
Auth Applied latest StyleCI changes 2021-11-06 22:00:33 +00:00
Config Applied StyleCI changes, added php/larastan to attribution 2021-11-05 16:27:59 +00:00
Console Done a round of phpstan fixes 2021-11-06 00:32:01 +00:00
Entities Added search term score popularity adjustment 2021-11-08 14:23:48 +00:00
Exceptions Laravel 8 shift squash & merge (#3029) 2021-10-30 21:29:59 +01:00
Facades Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Http Applied latest StyleCI changes 2021-11-06 22:00:33 +00:00
Interfaces Done a round of phpstan fixes 2021-11-06 00:32:01 +00:00
Notifications Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Providers Merge branch 'laravel_upgrade' 2021-11-04 22:42:35 +00:00
Settings Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Theming Applied latest styleci changes 2021-09-06 22:19:06 +01:00
Traits Done a round of phpstan fixes 2021-11-06 00:32:01 +00:00
Translation Apply fixes from StyleCI 2021-08-21 14:49:40 +00:00
Uploads Done a round of phpstan fixes 2021-11-06 00:32:01 +00:00
Util Done a round of phpstan fixes 2021-11-06 00:32:01 +00:00
Application.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
helpers.php Merge branch 'v21.05.x' 2021-07-03 12:02:13 +01:00
Model.php Applied latest StyleCI changes 2021-11-06 22:00:33 +00:00