summaryrefslogtreecommitdiff
path: root/searx/query.py
AgeCommit message (Collapse)Author
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
Add non exclusif bang
2015-01-10[enh] add autocompletion for searx-specific stringsThomas Pointhuber
2015-01-03Add non exclusif bangCqoicebordel
Allow to perform a search while adding an engine (or a category) without adding it "officially" to the request. '?' is used to add an engine without modifying anything else to the request. For example, you can perform a search in the 'general' category, and if you add '?tw' the result from Twitter will be added to the originals results.
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