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
BookContents.php
ExportFormatter.php
NextPreviousContentLocator.php
PageContent.php
PageEditActivity.php
PermissionsUpdater.php
SearchIndex.php
SearchOptions.php
SearchRunner.php Added search term score popularity adjustment 2021-11-08 14:23:48 +00:00
ShelfContext.php
SiblingFetcher.php
SlugGenerator.php
TrashCan.php