| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-11 | [mod] pylint all engines without PYLINT_SEARXNG_DISABLE_OPTION | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2023-09-14 | [fix] pubmed content being None | Justas Zabulionis | |
| 2022-09-23 | Science category: update the engines | Alexandre FLAMENT | |
| * use the paper.html template * fetch more data from the engines * add crossref.py | |||
| 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-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-01-14 | [enh] engines: add about variable | Alexandre Flament | |
| move meta information from comment to the about variable so the preferences, the documentation can show these information | |||
| 2020-12-01 | [mod] pylint: numerous minor code fixes | Alexandre Flament | |
| 2020-09-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf | |
| 2017-12-01 | [fix] do not crash if publication date is missing in pubmed engine | Adam Tauber | |
| 2017-11-01 | minor fixes of pubmed engine | Noémi Ványi | |
| Closes #1045 | |||
| 2017-11-01 | [add] pubmed engine | jibe-b | |