Results 91 issues of Alexandre Flament

Only if the engine supports paging. * Ask for the first page * Ask for the second page * Compare the results: if they are identical, then the paging support...

Only if the engine supports time_range_support Most probably a crafted query per engine * Ask for a page without time_range * Ask for a page with time_range * Check if...

Only the engine supports language_support * Ask a page in English * Ask a page in another language * Compare the results: if all results are identical, then they is...

This issue is more a comment rather a problem to solve. Some engines behave differently according to the IP address. For example "google play movies", "soundcloud".

Some engine returns HTML in the results. Example: openairedatasets engine (use the json_engine).

Make tests or different searx instance : according to the IP of the searx instance, search engines may behave differently. Make tests with different languages, for instance : - for...

enhancement

See https://github.com/asciimoo/searx/pull/1725 The package searx.httpclient is nearly autonomous and implements the requests API over curl. I've encountered a segfault using HTTP/2 on Ubuntu 18.04: https://github.com/asciimoo/searx/blob/6abf4213d2c05c505836170dbf19483b06030799/searx/httpclient/misc.py

As soon there is a new instance request, a bot can: * check if filtron is configured. * returns the result of searx-stats2 for this instance. * "_a freenom domain...

enhancement

Use case example: display the searx from wikipedia (infobox in searx). Involve 3 requests (2 redirects) : * https://commons.wikimedia.org/wiki/Special:FilePath/Searx%20logo.svg?width=500&height=400 * https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Searx_logo.svg&width=500&height=400 * https://upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Searx_logo.svg/437px-Searx_logo.svg.png Even with #76, the response time could...

according to https://developers.google.com/fonts/docs/technical_considerations : > When a browser sends a request for a Fonts API stylesheet (as specified in a tag in your web page), the Fonts API serves a...