summaryrefslogtreecommitdiff
path: root/searx/query.py
AgeCommit message (Expand)Author
2019-10-14[fix] normalize time range parameterAdam Tauber
2019-08-02[enh] Add timeout limit per request (#1640)Alexandre Flament
2019-07-17Suggestions: use RawTextQuery to make the suggestions URLs. Update all themes...Dalf
2019-03-28[fix] stop engine from sending duplicated requestsMarc Abonce Seguin
2018-04-05Merge pull request #1252 from MarcAbonce/search-languagesAdam Tauber
2018-03-28[fix] assign the correct variable in query.py - fixes #1253Adam Tauber
2018-03-27refactor engine's search language handlingMarc Abonce Seguin
2018-03-22forward category to engine without highlighting on the uiNoémi Ványi
2017-12-06remove 'all' option from search languagesmarc
2017-11-23[fix] autocompleter py3 compatibility - fixes #1088Zeph
2017-11-23[fix] replace obsolete string.join functionAdam Tauber
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