| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-10 | [mod] make python code pylint 2.16.1 compliant | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2022-09-17 | remove the print statement | LencoDigitexer | |
| 2022-09-09 | add yandex autocompleter | LencoDigitexer | |
| 2022-05-07 | [format.python] based on bugfix in 9ed626130 | Markus Heiser | |
| 2022-04-14 | [enh] add seznam autocomplete | Vojtěch Fošnár | |
| 2022-01-23 | [fix] brave autocompleter: charset_normalizer issues | Markus Heiser | |
| Use httpx.Response.json() to avoid charset_normalizer issues: DEBUG charset_normalizer : override steps (5) and chunk_size (512) as content does not fit (153 byte(s) given) parameters. INFO charset_normalizer : ascii passed initial chaos probing. Mean measured chaos is 0.000000 % DEBUG charset_normalizer : ascii should target any language(s) of ['Latin Based'] INFO charset_normalizer : ascii is most likely the one. Stopping the process. [1] https://www.python-httpx.org/api/#response Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2022-01-23 | [pylint] searx/autocomplete.py | Markus Heiser | |
| Fix remarks from pylint, BTW set SPDX-License-Identifier. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2022-01-21 | [enh] Add autocompleter from Brave | Allen | |
| Raw response example: https://search.brave.com/api/suggest?q=how%20to:%20with%20j Headers are needed in order to get a 200 response, thus Searx user-agent is used. Other URL param could be '&rich=false' or '&rich=true'. Cherry-pick: https://github.com/allendema/searx/commit/71786bf9cb6fbb175a054692e6951e77769aac1b | |||
| 2021-12-27 | [format.python] initial formatting of the python code | Markus Heiser | |
| This patch was generated by black [1]:: make format.python [1] https://github.com/psf/black Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-11-13 | [fix] startpage autocompletion | Alexandre Flament | |
| 2021-04-12 | [httpx] replace searx.poolrequests by searx.network | Alexandre Flament | |
| settings.yml: * outgoing.networks: * can contains network definition * propertiers: enable_http, verify, http2, max_connections, max_keepalive_connections, keepalive_expiry, local_addresses, support_ipv4, support_ipv6, proxies, max_redirects, retries * retries: 0 by default, number of times searx retries to send the HTTP request (using different IP & proxy each time) * local_addresses can be "192.168.0.1/24" (it supports IPv6) * support_ipv4 & support_ipv6: both True by default see https://github.com/searx/searx/pull/1034 * each engine can define a "network" section: * either a full network description * either reference an existing network * all HTTP requests of engine use the same HTTP configuration (it was not the case before, see proxy configuration in master) | |||
| 2021-04-10 | [enh] replace requests by httpx | Alexandre Flament | |
| 2021-03-01 | [enh] autocomplete refactoring, autocomplete on external bangs | Alexandre Flament | |
| 2020-12-04 | [fix] dbpedia autocomplete (and use HTTPS) | Alexandre Flament | |
| 2020-09-22 | [mod] searx.query.RawTextQuery: getSearchQuery and changeSearchQuery rename ↵ | Alexandre Flament | |
| to getQuery and changeQuery getSearchQuery is confusing, the method returns a str not a SearchQuery object | |||
| 2020-09-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf | |
| 2020-02-14 | Add Swisscows autocomplete option | piplongrun | |
| 2019-07-01 | [fix] never pass bangs to autocomplete suggestions | Marc Abonce Seguin | |
| 2017-07-10 | [fix] use py2/3 compatibility layer | Adam Tauber | |
| 2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
| 2017-01-03 | [fix] autocomplete unicode issue - closes #808 | Adam Tauber | |
| 2016-12-13 | [enh] add supported_languages on engines and auto-generate languages.py | marc | |
| 2016-03-29 | [enh] multilingual autocomplete | a01200356 | |
| implemented for wikipedia, qwant and google | |||
| 2016-03-02 | [enh] autocompletion : add qwant | Alexandre Flament | |
| 2016-01-18 | [fix] pep8 compatibilty | Adam Tauber | |
| 2015-08-02 | [mod] change settings file structure according to #314 | Adam Tauber | |
| 2015-06-02 | remove 'print' | Dalf | |
| 2015-06-01 | Add startpage as an autocompleter engine | Cqoicebordel | |
| 2015-05-02 | Merge pull request #308 from dalf/versions_upgrade | Adam Tauber | |
| update versions.cfg to use the current up-to-date packages | |||
| 2015-05-02 | update versions.cfg to use the current up-to-date packages | Alexandre Flament | |
| 2015-05-02 | [enh] reduce the number of http outgoing connections. | Alexandre Flament | |
| engines that still use http : gigablast, bing image for thumbnails, 1x and dbpedia autocompleter | |||
| 2015-04-10 | [fix] timeout to autocompleters | Adam Tauber | |
| 2015-01-21 | Merge pull request #192 from dalf/connection-pool | Adam Tauber | |
| [enh] improve response time. close #100 | |||
| 2015-01-21 | [enh] use one single http connection pool : improve response time. close #100 | dalf | |
| 2015-01-19 | Thanks @pointhi ! | Cqoicebordel | |
| 2015-01-19 | Add '?' bang to the autocompleter | Cqoicebordel | |
| 2015-01-10 | [fix] little autocompleter fix | Thomas Pointhuber | |
| 2015-01-10 | [enh] add autocompletion for searx-specific strings | Thomas Pointhuber | |
| 2014-11-04 | [fix] wikipedia autocompleter url param | Adam Tauber | |
| 2014-09-13 | update comments in autocomplete.py | Thomas Pointhuber | |
| * update comments * add licence-header | |||
| 2014-09-07 | [enh] duckduckgo autocomplete added | Adam Tauber | |
| 2014-03-29 | [fix] wikipedia autocomplete error handling | Adam Tauber | |
| 2014-03-29 | [fix] autocomplete encoding | Adam Tauber | |
| 2014-03-29 | [fix] autocompleter.py added | Adam Tauber | |