Re: [Gjiten-general] [feature request] word-beginning search: result order
Brought to you by:
b0ti
|
From: Botond B. <bo...@si...> - 2016-12-16 10:30:59
|
Hi, Thanks for the suggestion. Unfortunately I don't have the time to maintain Gjiten anymore but I hope it's still useful. Regards, Botond On Thu, 15 Dec 2016 12:29:52 +0000 Ricky Rick <Dar...@ou...> wrote: > 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 > > |