Skip to content
Snippets Groups Projects
Commit ee211ffa authored by Albert Gräf's avatar Albert Gräf
Browse files

Improved sort critera for relevance (hopefully).

Built-in flag and live usage data are now combined into a single numeric
relevance score, with a boost factor determining the weight of the
former relative to the latter. This makes it easy to adjust the
relevance order. Currently we have the boost factor at 50, which means
that an external needs to have 51 uses before it gets preferred over a
built-in with no uses at all. Is this too large? Too small? Also, should
the fuse similarity score take precedence over relevance (currently it
doesn't)? At present nobody knows, so let's give it a try and listen to
user feedback to improve it.
parent 4201907b
No related branches found
No related tags found
1 merge request!837Improvements and bugfixes to autocompletion
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment