Markus Heiser
Markus Heiser
On instances where no limiter is activated and you want to get the IP from the user-agent plugin, an exception is raised: ``` Traceback (most recent call last): File "/usr/local/searxng/searx/plugins/__init__.py",...
When I start a local `make run` instance, I got what I expected: - send query `!bing bmw :zh-CN` I got https://www.bmw.com.cn --> perfect / OK - send query `!bing...
This patch implements a table of ranges. A *range* is a series of integers, e.g. 0-10 with start value 0 and end value 10. Start and end values are stored...
**Is your feature request related to a problem? Please describe.** Developing engines needs to know what _result fields_ are supported by the templates. **Describe the solution you'd like** Add a...
I am not sure if this is a misunderstanding on my part or if this is a bug: Some instance entries have an [empty field in the google column](https://github.com/searxng/searxng/issues/2750#issuecomment-1768556129) (the...
After old searx instances has been removed from the list - https://github.com/searxng/searx-instances/discussions/336 - https://github.com/searxng/searx-space/issues/141 - https://github.com/searxng/searx-space/pull/144 we can do some code cleanups. ### Debian - https://github.com/searxng/searx-space/blob/master/searxstats/data/fetch_deb_hashes.py https://github.com/searxng/searx-space/blob/f254f0422d0250efd5a042f0e3e65cff289b1c7a/searxstats/config.py#L62-L65 ### What else?...
In lxml 5.1.1 the private name `_ElementStringResult` in module `lxml.etree` does no longer exists. This name is imported and used by `searx.utils.extract_text(..)`: https://github.com/searxng/searxng/blob/f5bb64cca8a63a10c470b4f9bff647702b6de74c/searx/utils.py#L220-L221 - https://github.com/searxng/searxng/pull/3366 reports issue: ``` TEST [pylint]...
This commit adds a static `x` argument to the GET URL. Its not clear how long this static value will work. The alternative is to implement a python modul for...
As #3316 pointed out to me, we have the [answerers](https://github.com/searxng/searxng/tree/master/searx/answerers) I didn't aware before / may since it has never been worked (AFAIK). It was introduced in - commit 63f17d2e4c...
We have been using a static type checker (pyright) for a long time, but its check was not yet a prerequisite for passing the quality gate. It was checked in...