Commit Graph

136 Commits (2a15944b58089d84a930f36b42c6ef60d4e629b3)

Author SHA1 Message Date
a01200356 2a15944b58 [fix] test in wolframalpha_noapi 9 years ago
a01200356 d997265e55 add tests for unicode strings in wolframalpha 9 years ago
a01200356 16d6e758d7 [fix] flake8 compliance in test 9 years ago
a01200356 d05c676ed5 Add test case in wolframalpha_noapi
[fix] Display multiple answers in wolframalpha_api
9 years ago
a01200356 19d025f0e7 [fix] pass wolframalpha_noapi tests 9 years ago
a01200356 e9d35c1309 update tests for wolframalpha 9 years ago
a01200356 be54e5269a Add tests for the Wolfram Alpha engines (both API and NO API versions) 9 years ago
Thomas Pointhuber b9a9abe10d [enh] improve gigablast engine
add language and safesearch support
9 years ago
Adam Tauber 5cea4f9445 [fix] prevent google engine to redirect
nid/pref cookies are also removed
9 years ago
Adam Tauber 1f228c01cf Merge pull request #466 from GreenLunar/master
Update OpenSearch Description
9 years ago
GreenLunar 46bbea48f9 Update description 9 years ago
Adam Tauber d8f8bdc951 [fix] quickfix for sometimes missing PREF cookie 9 years ago
Adam Tauber 439cf0559a [fix] replace the dead google images ajax api with a working one 9 years ago
Kang-min Liu ac8759cd3f Merge remote-tracking branch 'origin/master' 9 years ago
Kang-min Liu c7c6c35ccd fix test faliures of btdigg engine.
This fix the test failures related to 01d2fb9f70
9 years ago
Thomas Pointhuber 4508c96667 [enh] fix content fetching, parse published date from description 9 years ago
Adam Tauber a959977ab4 [fix] tests fix after result refactor 9 years ago
Adam Tauber d8ef98371b Merge remote-tracking branch 'remotes/origin/result-handling-refactor' 9 years ago
Adam Tauber 5da78f7b37 [fix] bing news test mock 9 years ago
Adam Tauber b6c3cb0bdd [enh][mod] result handling refactor
Several changes has been made:
 - Parallel result merge
 - Scoring algorithm slightly changed (see result_score())
 - Proper Thread locking on global data manipulation
9 years ago
Adam Tauber 6bcbd633a5 [fix] remove obsolete youtube engine 9 years ago
Adam Tauber 4184cece4a [fix] duckduckgo unicode url - #419 9 years ago
Adam Tauber 7580852bda [enh] test utils.prettify_url 9 years ago
Adam Tauber 604f32f672 [fix] bing unicode encode error - fixes #408 9 years ago
Adam Tauber 3f31e1ce6b [fix] piratebay tld according to wikipedia 9 years ago
Adam Tauber 8d36a8b837 Merge pull request #333 from dalf/piratebay
[fix] Piratebay engine
9 years ago
Adam Tauber 2eb756c7aa [enh] add search tests 9 years ago
Adam Tauber a9d92c3874 Merge pull request #371 from framasoft/add-useragent-plugin
Add a self user agent plugin
9 years ago
Luc Didry 0fe362bacf Change self plugin to self_info + change self_info description 9 years ago
Luc Didry 41fd748cdf Merge self_ip and self_useragent into one plugin 9 years ago
Luc Didry 538029dc14 Add a self user agent plugin
Just like with the "ip" query, duckduckgo gives the server's
information with the "user agent" query.
This corrects this behavior by adding a plugin based on self_ip.py plugin.
9 years ago
Cqoicebordel 0a1a3e7371 Add a bit of testing to improve coverage 9 years ago
Cqoicebordel ab273e2faa Fix Vimeo engine.
Solve #368
9 years ago
Dalf 9e147d91f0 bing_images & www1x engines use https connections 9 years ago
Dalf 62cc2a5658 [fix] bing_news based on RSS output format 9 years ago
Adam Tauber 8ce6043859 Merge pull request #346 from Cqoicebordel/youtube
Adds engines : Youtube with or without API and multiple Qwant
9 years ago
Cqoicebordel e0774c849c Removed the keywords from the settings in qwant engine 9 years ago
Cqoicebordel f05087b93a Refactor
Use only one engine for the four search from Qwant
9 years ago
Adam Tauber 80fd392d69 Merge pull request #344 from asciimoo/google_engine
google engine
9 years ago
Thomas Pointhuber 2d81079384 [enh] implement image support for swisscows engine 9 years ago
Thomas Pointhuber d923b2a420 [enh] implement swisscows engine, FIX #347
TODO: implement image engine
9 years ago
Cqoicebordel 884eeb8541 New Qwant engines
- Web
- Images
- News
- Social media
9 years ago
Cqoicebordel f965c97822 Adds two engines : Youtube with or without API
The API needs an API_KEY
The NOAPI doesn't have the published dates.
9 years ago
Alexandre Flament 39ff21237c [enh] google engine : avoid some "sorry google" by adding another cookie : NID. This cookie is specific by hostname.
This allow to send request to google.* (according to the search language).
Before this commit, request in other languages than english was sent to www.google.com which was redirected to www.google.*
The PREF is still use on the www.google.com domain.
9 years ago
Adam Tauber 021c8b2544 Merge pull request #335 from dalf/flickr
[fix] flickr engine
9 years ago
Alexandre Flament 7afd02c94e [fix] flickr engine 9 years ago
Alexandre Flament 36a08f2a6a [fix] piratebay engine (and disable it by default) 9 years ago
Alexandre Flament 3d70921175 [fix] bing_news 9 years ago
Adam Tauber 3035e14007 Merge pull request #320 from dalf/currency
[enh] currency_convert engine : "1 dollars in euros"
9 years ago
Alexandre Flament 5525625dae [enh] currency_convert engine: user can write "1 dollars in euros" instead of "1 USD in EUR".
The currency names are fetched wikidata and store into a static file : searx/data/currencies.json
This file is loaded when the currency_converter is loaded.
A database is perhaps more appropiated.
9 years ago