Vojtěch Fošnár
de4af2fefd
[enh] add seznam autocomplete
2022-04-14 03:02:05 +02:00
Markus Heiser
e9588b70a6
[fix] brave autocompleter: charset_normalizer issues
...
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 17:22:13 +01:00
Markus Heiser
9c5bac4c43
[pylint] searx/autocomplete.py
...
Fix remarks from pylint, BTW set SPDX-License-Identifier.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2022-01-23 09:12:03 +01:00
Allen
b8c98c4c0d
[enh] Add autocompleter from Brave
...
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: 71786bf9cb
2022-01-21 14:39:10 +01:00
Markus Heiser
3d96a9839a
[format.python] initial formatting of the python code
...
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-12-27 09:26:22 +01:00
Alexandre Flament
3c3599c9e6
[fix] startpage autocompletion
2021-11-13 13:26:47 +01:00
Alexandre Flament
d14994dc73
[httpx] replace searx.poolrequests by searx.network
...
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-12 17:25:56 +02:00
Alexandre Flament
eaa694fb7d
[enh] replace requests by httpx
2021-04-10 15:38:33 +02:00
Alexandre Flament
63f17d2e4c
[enh] autocomplete refactoring, autocomplete on external bangs
2021-03-01 19:12:32 +01:00
Alexandre Flament
0226ae69d3
[fix] dbpedia autocomplete (and use HTTPS)
2020-12-04 16:47:43 +01:00
Alexandre Flament
edd8dccd07
[mod] searx.query.RawTextQuery: getSearchQuery and changeSearchQuery rename to getQuery and changeQuery
...
getSearchQuery is confusing, the method returns a str not a SearchQuery object
2020-09-22 12:36:26 +02:00
Dalf
1022228d95
Drop Python 2 (1/n): remove unicode string and url_utils
2020-09-10 10:39:04 +02:00
piplongrun
b136480546
Add Swisscows autocomplete option
2020-02-14 19:19:24 +01:00
Marc Abonce Seguin
40272b0044
[fix] never pass bangs to autocomplete suggestions
2019-07-01 17:16:02 -05:00
Adam Tauber
36af8f9d67
[fix] use py2/3 compatibility layer
2017-07-10 11:42:44 +02:00
Adam Tauber
52e615dede
[enh] py3 compatibility
2017-05-15 12:02:30 +02:00
Adam Tauber
7b1daf254e
[fix] autocomplete unicode issue - closes #808
2017-01-03 13:11:38 +01:00
marc
149802c569
[enh] add supported_languages on engines and auto-generate languages.py
2016-12-13 19:32:00 -06:00
a01200356
94cb3a7f11
[enh] multilingual autocomplete
...
implemented for wikipedia, qwant and google
2016-03-29 19:10:13 -06:00
Alexandre Flament
6ab91515df
[enh] autocompletion : add qwant
2016-03-02 19:54:06 +08:00
Adam Tauber
bd22e9a336
[fix] pep8 compatibilty
2016-01-18 12:47:31 +01:00
Adam Tauber
1fcf066a81
[mod] change settings file structure according to #314
2015-08-02 20:32:22 +02:00
Dalf
9d10277c22
remove 'print'
2015-06-02 10:50:49 +02:00
Cqoicebordel
633c7b6a5f
Add startpage as an autocompleter engine
2015-06-01 20:45:18 +02:00
Adam Tauber
93fd1e4c76
Merge pull request #308 from dalf/versions_upgrade
...
update versions.cfg to use the current up-to-date packages
2015-05-02 14:58:32 -04:00
Alexandre Flament
4689fe341c
update versions.cfg to use the current up-to-date packages
2015-05-02 15:45:17 +02:00
Alexandre Flament
78edc16e66
[enh] reduce the number of http outgoing connections.
...
engines that still use http : gigablast, bing image for thumbnails, 1x and dbpedia autocompleter
2015-05-02 11:43:12 +02:00
Adam Tauber
9d11b36b5b
[fix] timeout to autocompleters
2015-04-10 00:59:25 +02:00
Adam Tauber
10891bdeab
Merge pull request #192 from dalf/connection-pool
...
[enh] improve response time. close #100
2015-01-21 19:44:20 +01:00
dalf
d07cfd9089
[enh] use one single http connection pool : improve response time. close #100
2015-01-21 11:33:16 +01:00
Cqoicebordel
4d0aeae567
Thanks @pointhi !
2015-01-19 22:17:12 +01:00
Cqoicebordel
bc2d5bf88c
Add '?' bang to the autocompleter
2015-01-19 19:47:32 +01:00
Thomas Pointhuber
c19b0899a4
[fix] little autocompleter fix
2015-01-10 19:55:21 +01:00
Thomas Pointhuber
4e2dae30f0
[enh] add autocompletion for searx-specific strings
2015-01-10 16:42:57 +01:00
Adam Tauber
b422788eb4
[fix] wikipedia autocompleter url param
2014-11-04 19:53:42 +01:00
Thomas Pointhuber
53dc92b0d7
update comments in autocomplete.py
...
* update comments
* add licence-header
2014-09-13 18:47:28 +02:00
Adam Tauber
cd3a52e189
[enh] duckduckgo autocomplete added
2014-09-07 23:56:06 +02:00
Adam Tauber
d2f89f0446
[fix] wikipedia autocomplete error handling
2014-03-29 17:15:59 +01:00
Adam Tauber
8e2d996e27
[fix] autocomplete encoding
2014-03-29 17:04:33 +01:00
Adam Tauber
fd730ebcad
[fix] autocompleter.py added
2014-03-29 16:30:49 +01:00