[Gjiten-general] [feature request] word-beginning search: result order
Brought to you by:
b0ti
|
From: Ricky R. <Dar...@ou...> - 2016-12-15 12:42:40
|
Hi,
current situation:
================
- search for: "hello"
- option: "beginning"
- probable results:
hello world
hello my friend
hello dear
hello
hello foo bar
suggestion:
===============
put best matches (meaning exact machtes) in the first place. The rest goes in a specified (alphabetical?) order.
example:
- search from above
- results:
hello
hello dear
hello foo bar
hello my friend
hello world
In case the (existing?) developer team thinks it's a good idea, but are too busy to implement it, I'd try it myself. Although code-knowledged people might do it within 5minutes, wheres I need two days :D
good work!
best regards
DarkTrick
|