aboutsummaryrefslogtreecommitdiffstats
path: root/lib/completion.js
AgeCommit message (Collapse)Author
2012-04-10fix bad EnglishNiklas Baumstark
2012-04-10raise regex threshold to query length 15Niklas Baumstark
2012-04-10fall back to regex matching for long queriesNiklas Baumstark
2012-04-10fix ranking algorithmNiklas Baumstark
2012-04-10fix bug in query normalizationNiklas Baumstark
2012-04-10use background page to open URLsNiklas Baumstark
2012-04-10prefer marking continguous charactersNiklas Baumstark
2012-04-10improve string rankingNiklas Baumstark
2012-04-10add tab completion supportNiklas Baumstark
2012-04-10fix relevancy heuristicNiklas Baumstark
2012-04-10move some logic from background to content pageNiklas Baumstark
2012-04-10improve relevancy calculationNiklas Baumstark
2012-04-10underscore is not a word character in our contextNiklas Baumstark
2012-04-10document the HTML matching algorithm betterNiklas Baumstark
2012-04-10allow custom functions as commands, add example in form of forced web searchNiklas Baumstark
2012-04-10allow fuzzy completion of HTML-decorated content and implement this for ↵Niklas Baumstark
history and bookmarks
2012-04-10fix some issues with asynchronous filtering and refreshingNiklas Baumstark
2012-04-10add possibility to use custom search engines and use "wiki ", "cc ", and ";" ↵Niklas Baumstark
(goto) as custom commands
2012-04-10remove trimming from isUrlNiklas Baumstark
2012-04-10add fuzzy modeNiklas Baumstark