BookStack/app/Entities/Tools
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
..
Markdown Applied stylci advisories 2021-08-24 21:23:55 +01:00
BookContents.php Reorgranised blade view files to form a convention 2021-08-22 13:17:32 +01:00
ExportFormatter.php Added untrusted server fetching control 2021-08-31 20:22:42 +01:00
NextPreviousContentLocator.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
PageContent.php Applied latest styleci changes 2021-11-01 13:26:02 +00:00
PageEditActivity.php Done a round of phpstan fixes 2021-11-06 00:32:01 +00:00
PermissionsUpdater.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
SearchIndex.php Further search system refactorings 2021-11-08 11:29:25 +00:00
SearchOptions.php Applied StyleCI changes, added php/larastan to attribution 2021-11-05 16:27:59 +00:00
SearchRunner.php Added search term score popularity adjustment 2021-11-08 14:23:48 +00:00
ShelfContext.php Apply fixes from StyleCI 2021-06-26 15:23:15 +00:00
SiblingFetcher.php Done a round of phpstan fixes 2021-11-06 00:32:01 +00:00
SlugGenerator.php Applied latest StyleCI changes 2021-11-06 22:00:33 +00:00
TrashCan.php Added inital phpstan/larastan setup 2021-11-05 16:18:06 +00:00