summaryrefslogtreecommitdiff
path: root/searx/query.py
AgeCommit message (Expand)Author
2017-05-15[enh] py3 compatibilityAdam Tauber
2017-03-18make search language handling less strictmarc
2017-01-12[fix] searching for "!google_images text" doesn't work (bang with underscore)Alexandre Flament
2016-12-29change language list to only include languages with a minimum of enginesmarc
2016-12-13[enh] add supported_languages on engines and auto-generate languages.pymarc
2016-11-02Clean up the architecturedalf
2016-04-09rename blocked engines to diabled enginesNoemi Vanyi
2015-02-03[enh] category specific engine deactivation - closes #205Adam Tauber
2015-01-31[enh] allow override of blocked engines from query stringAdam Tauber
2015-01-12Merge pull request #166 from Cqoicebordel/non-exclusif-bangAdam Tauber
2015-01-10[enh] add autocompletion for searx-specific stringsThomas Pointhuber
2015-01-03Add non exclusif bangCqoicebordel
2014-10-19[fix] pep8 part II.Adam Tauber
2014-10-01using Query class for parsing of search queryThomas Pointhuber
2014-10-01implement query parser and use it inside autocompletionThomas Pointhuber