mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-24 20:02:35 +01:00
7405613f8d
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. |
||
---|---|---|
.. | ||
Models | ||
Queries | ||
Repos | ||
Tools | ||
BreadcrumbsViewComposer.php | ||
EntityProvider.php |