BookStack/app/Entities
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
..
Models Applied latest StyleCI changes 2021-11-06 22:00:33 +00:00
Queries Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
Repos Added inital phpstan/larastan setup 2021-11-05 16:18:06 +00:00
Tools Added search term score popularity adjustment 2021-11-08 14:23:48 +00:00
BreadcrumbsViewComposer.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
EntityProvider.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00