Alexandre Flament
Alexandre Flament
## What does this PR do? Based on #1412 Add Python types about the results. The purpose is described the fields with code using TypedDict. ## Why is this change...
## What does this PR do? This is a prototype to add the baidu engine. Warning: the engine may never work because of CAPTCHA (it works for about ten or...
About: * https://jpreston.xyz/custom-search-engine.html * https://github.com/wcerfgba/searx * searx issue 2952 Disclaimer: I create an issue in SearXNG since usually the design choices made here doesn't fit into searx. The changes can...
## What does this PR do? Implements: * a scheduler on Redis: this is minimal implementation, the purpose is not to schedule hundred of callbacks. * shared_abstract.SharedDict `searxng.shared` choose: *...
## What does this PR do? Each network can define a verify option: * false to disable certificate verification * a path to existing certificate. SearXNG uses SSL_CERT_FILE and SSL_CERT_DIR...
## What does this PR do? The implementation is change to work without javascript: When enabled, the HTML page contains buttons instead of checkboxes. ## Why is this change important?...
## What does this PR do? * move searx/templates/simple to searx/templates * the `theme` preferences is removed. * update the documentation (but do not changes the Makefile target names) *...
## What does this PR do? Currently the theme is broken in high constrat settings. See https://dev.searxng.org/screenshots.html#config=Chrome+1920+-+high+contrast&test_case=search_general For example the dropdown buttons are black because they are actually transparent border....
**Version of SearXNG, commit number if you are using on master branch and stipulate if you forked SearXNG** 2022.06.18-189df7db (same issue on searx.be ). **How did you install SearXNG?** searxng-docker...
The simple theme should implement the ARIA recommendations. Here some items & links that can help to the basic steps: * https://developer.mozilla.org/en-US/docs/Tools/Accessibility_inspector * https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/ * on a google.com result page,...