summaryrefslogtreecommitdiff
path: root/searx/query.py
Commit message (Expand)AuthorAge
* [feat] implement feeling lucky featureBnyro2023-09-19
* [mod] replace searx.languages by searx.sxng_localesMarkus Heiser2023-03-24
* Add "Auto-detected" as a language.Alexandre Flament2023-02-17
* [fix] typos / reported by @kianmeng in searx PR-3366Markus Heiser2022-09-27
* [mod] add flags to the languages filterMarkus Heiser2022-03-19
* [fix] remove broken ? search operatorMartin Fischer2022-01-06
* [fix] bang syntax for categories with spacesMartin Fischer2022-01-03
* [format.python] initial formatting of the python codeMarkus Heiser2021-12-27
* [enh] reduce the available language listAlexandre Flament2021-10-26
* [enh] autocomplete refactoring, autocomplete on external bangsAlexandre Flament2021-03-01
* fix empty colon in query from selecting ChineseMarc Abonce Seguin2021-01-09
* [mod] searx.search.EngineRef: remove from_bang parameterAlexandre Flament2020-12-18
* [mod] pylint: numerous minor code fixesAlexandre Flament2020-12-01
* [fix] resolve query_parts regressionAdam Tauber2020-10-26
* [enh] allow searx query parts anywhere in the query - closes #831Adam Tauber2020-10-25
* [mod] preferences.py: check language setting with a regex instead of match_la...Alexandre Flament2020-10-01
* [mod] add searx.search.EngineRefAlexandre Flament2020-09-22
* [mod] add searx/webadapter.pyAlexandre Flament2020-09-22
* [mod] searx.query.RawTextQuery: getSearchQuery and changeSearchQuery rename t...Alexandre Flament2020-09-22
* [mod] searx.RawTextQuery: the constructor call parse_queryAlexandre Flament2020-09-12
* Drop Python 2 (4/n): SearchQuery.query is a str instead of bytesDalf2020-09-10
* Drop Python 2 (3/n): objectsDalf2020-09-10
* Drop Python 2 (1/n): remove unicode string and url_utilsDalf2020-09-10
* Created new plugin type custom_results. Added new plugin bang_redirect (#2027)Lukas van den Berk2020-07-03
* [enh] introduce private enginesNoémi Ványi2020-02-08
* [fix] normalize time range parameterAdam Tauber2019-10-14
* [enh] Add timeout limit per request (#1640)Alexandre Flament2019-08-02
* Suggestions: use RawTextQuery to make the suggestions URLs. Update all themes...Dalf2019-07-17
* [fix] stop engine from sending duplicated requestsMarc Abonce Seguin2019-03-28
* Merge pull request #1252 from MarcAbonce/search-languagesAdam Tauber2018-04-05
|\
| * refactor engine's search language handlingMarc Abonce Seguin2018-03-27
* | [fix] assign the correct variable in query.py - fixes #1253Adam Tauber2018-03-28
* | forward category to engine without highlighting on the uiNoémi Ványi2018-03-22
|/
* remove 'all' option from search languagesmarc2017-12-06
* [fix] autocompleter py3 compatibility - fixes #1088Zeph2017-11-23
* [fix] replace obsolete string.join functionAdam Tauber2017-11-23
* [enh] py3 compatibilityAdam Tauber2017-05-15
* make search language handling less strictmarc2017-03-18
* [fix] searching for "!google_images text" doesn't work (bang with underscore)Alexandre Flament2017-01-12
* change language list to only include languages with a minimum of enginesmarc2016-12-29
* [enh] add supported_languages on engines and auto-generate languages.pymarc2016-12-13
* Clean up the architecturedalf2016-11-02
* rename blocked engines to diabled enginesNoemi Vanyi2016-04-09
* [enh] category specific engine deactivation - closes #205Adam Tauber2015-02-03
* [enh] allow override of blocked engines from query stringAdam Tauber2015-01-31
* Merge pull request #166 from Cqoicebordel/non-exclusif-bangAdam Tauber2015-01-12
|\
| * Add non exclusif bangCqoicebordel2015-01-03
* | [enh] add autocompletion for searx-specific stringsThomas Pointhuber2015-01-10
|/
* [fix] pep8 part II.Adam Tauber2014-10-19
* using Query class for parsing of search queryThomas Pointhuber2014-10-01