mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-24 11:52:34 +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. |
||
---|---|---|
.. | ||
Actions | ||
Api | ||
Auth | ||
Config | ||
Console | ||
Entities | ||
Exceptions | ||
Facades | ||
Http | ||
Interfaces | ||
Notifications | ||
Providers | ||
Settings | ||
Theming | ||
Traits | ||
Translation | ||
Uploads | ||
Util | ||
Application.php | ||
helpers.php | ||
Model.php |