- 14 Oct, 2019 3 commits
-
-
Adam Tauber authored
-
Adam Tauber authored
-
Adam Tauber authored
-
- 06 Aug, 2019 4 commits
-
-
Alexandre Flament authored
No inline script for oscar and simple theme
-
Dalf authored
-
Dalf authored
-
Frank de Lange authored
Add image format and source information to display - needs changes to engines to actually display something. Displays result.source (website from which the image was taken) and result.img_format (image type and size). Result is styled with result-format and result-source classes. See PR #1566 for an example of an engine which has the necessary changes. Strip <span class="highlight">...</span> in the oscar image template.
-
- 05 Aug, 2019 7 commits
-
-
Léo Bourrel authored
This PR fixes the result count from bing which was throwing an (hidden) error and add a validation to avoid reading more results than avalaible. For example : If there is 100 results from some search and we try to get results from 120 to 130, Bing will send back the results from 0 to 10 and no error. If we compare results count with the first parameter of the request we can avoid this "invalid" results.
-
Alexandre Flament authored
Engine fixes
-
Dalf authored
before this commit, sometimes there are no results use a generic user-agent instead of one with the OS "Windows NT 6.3; WOW64"
-
Dalf authored
-
Dalf authored
-
Dalf authored
-
Dalf authored
-
- 03 Aug, 2019 2 commits
-
-
Alexandre Flament authored
Before this commit, the existing settings.yml were always replaced.
-
Alexandre Flament authored
at the end of test_webapp.py, the monkey patch of searx.search.Search was not revert which lead to side effects on other tests close #1663
-
- 02 Aug, 2019 5 commits
-
-
Alexandre Flament authored
[fix] fix paging for the oscar theme after PR #1640 Close #1664
-
Dalf authored
-
Alexandre Flament authored
The new url parameter "timeout_limit" set timeout limit defined in second. Example "timeout_limit=1.5" means the timeout limit is 1.5 seconds. In addition, the query can start with <[number] to set the timeout limit. For number between 0 and 99, the unit is the second : Example: "<30 searx" means the timeout limit is 3 seconds For number above 100, the unit is the millisecond: Example: "<850 searx" means the timeout is 850 milliseconds. In addition, there is a new optional setting: outgoing.max_request_timeout. If not set, the user timeout can't go above searx configuration (as before: the max timeout of selected engine for a query). If the value is set, the user can set a timeout between 0 and max_request_timeout using <[number] or timeout_limit query parameter. Related to #1077 Updated version of PR #1413 from @isj-privacore
-
Alexandre Flament authored
Characters that were not ASCII were incorrectly decoded. Add an helper function: searx.utils.ecma_unescape (Python implementation of unescape Javascript function).
-
cy8aer authored
closes #1372
-
- 01 Aug, 2019 2 commits
-
-
Alexandre Flament authored
instead of org.label-schema.schema-version
-
Alexandre Flament authored
Fix dailymotion, google_videos and youtube_noapi engines
-
- 31 Jul, 2019 3 commits
- 29 Jul, 2019 2 commits
-
-
Alexandre Flament authored
[fix] wikidata engine: faster processing, remove one HTTP redirection.
-
Dalf authored
* Search URL is https://www.wikidata.org/w/index.php?{query}&ns0=1 (with ns0=1 at the end to avoid an HTTP redirection) * url_detail: remove the disabletidy=1 deprecated parameter * Add eval_xpath function: compile once for all xpath. * Add get_id_cache: retrieve all HTML with an id, avoid the slow to procress dynamic xpath '//div[@id="{propertyid}"]'.replace('{propertyid}') * Create an etree.HTMLParser() instead of using the global one (see #1575)
-
- 28 Jul, 2019 3 commits
-
-
Frank de Lange authored
[enh] flickr_noapi: use complete JSON data block, add 'content', 'img_format', 'source', etc. (#1571) Fetch complete JSON data block, use legend to extract images. Unquote urlencoded strings. Add image description as 'content'. Add 'img_format' and 'source' data (needs PR #1567 to enable this data to be displayed). Show images which lack ownerid instead of discarding them.
-
Alexandre Flament authored
[fix] Small fixes in Preferences view's text
-
Marc Abonce Seguin authored
-
- 27 Jul, 2019 9 commits
-
-
Frank de Lange authored
use JSON where possible, compose 'content' using all available data, use correct 'url' (direct to source instead of redirect through bing)
-
Alexandre Flament authored
Various bug fixes
-
Marc Abonce Seguin authored
-
Dalf authored
-
Dalf authored
Minor fix: "%s engine initialized" display the right engine name
-
Dalf authored
-
Dalf authored
Note that "!general !wp test" is not fixed because the category for "!wp" is "none".
-
Dalf authored
was "port:ip"
-
Frank de Lange authored
use data from embedded JSON to improve results (e.g. real page title), add image format and source info (see PR #1567), improve paging logic (it now works)
-