summaryrefslogtreecommitdiff
path: root/searx/query.py
AgeCommit message (Expand)Author
2023-03-24[mod] replace searx.languages by searx.sxng_localesMarkus Heiser
2023-02-17Add "Auto-detected" as a language.Alexandre Flament
2022-09-27[fix] typos / reported by @kianmeng in searx PR-3366Markus Heiser
2022-03-19[mod] add flags to the languages filterMarkus Heiser
2022-01-06[fix] remove broken ? search operatorMartin Fischer
2022-01-03[fix] bang syntax for categories with spacesMartin Fischer
2021-12-27[format.python] initial formatting of the python codeMarkus Heiser
2021-10-26[enh] reduce the available language listAlexandre Flament
2021-03-01[enh] autocomplete refactoring, autocomplete on external bangsAlexandre Flament
2021-01-09fix empty colon in query from selecting ChineseMarc Abonce Seguin
2020-12-18[mod] searx.search.EngineRef: remove from_bang parameterAlexandre Flament
2020-12-01[mod] pylint: numerous minor code fixesAlexandre Flament
2020-10-26[fix] resolve query_parts regressionAdam Tauber
2020-10-25[enh] allow searx query parts anywhere in the query - closes #831Adam Tauber
2020-10-01[mod] preferences.py: check language setting with a regex instead of match_la...Alexandre Flament
2020-09-22[mod] add searx.search.EngineRefAlexandre Flament
2020-09-22[mod] add searx/webadapter.pyAlexandre Flament
2020-09-22[mod] searx.query.RawTextQuery: getSearchQuery and changeSearchQuery rename t...Alexandre Flament
2020-09-12[mod] searx.RawTextQuery: the constructor call parse_queryAlexandre Flament
2020-09-10Drop Python 2 (4/n): SearchQuery.query is a str instead of bytesDalf
2020-09-10Drop Python 2 (3/n): objectsDalf
2020-09-10Drop Python 2 (1/n): remove unicode string and url_utilsDalf
2020-07-03Created new plugin type custom_results. Added new plugin bang_redirect (#2027)Lukas van den Berk
2020-02-08[enh] introduce private enginesNoémi Ványi
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