summaryrefslogtreecommitdiff
path: root/searx/engines
AgeCommit message (Collapse)Author
2018-04-08[fix] make search requests on wikidata more accurateMarc Abonce Seguin
2018-04-08[fix] google news xpathMarc Abonce Seguin
2018-04-08[fix] append http if no scheme is provided in xpath's extact_urlMarc Abonce Seguin
This solves a bug with Yahoo where some results don't specify a protocol.
2018-04-05Merge pull request #1252 from MarcAbonce/search-languagesAdam Tauber
[mod] Refactor engine's search language handling
2018-03-27refactor engine's search language handlingMarc Abonce Seguin
Add match_language function in utils to match any user given language code with a list of engine's supported languages. Also add language_aliases dict on each engine to translate standard language codes into the custom codes used by the engine.
2018-03-22forward category to engine without highlighting on the uiNoémi Ványi
2018-03-22add findx engine for general, images and videosNoémi Ványi
2018-03-20fix fetch_langauges to be more accurateMarc Abonce Seguin
Add languages supported by either all default general engines or 10 engines.
2018-03-14[fix] change duckduckgo url to avoid error responseMarc Abonce Seguin
2018-02-18[fix] pep8Adam Tauber
2018-02-18[enh] add asksteem engine - closes #1163Adam Tauber
2018-02-17fix Microsoft Academic engineNoémi Ványi
2018-02-17[fix] fix engine initializationAdam Tauber
2018-02-10fix bing videos engineNoémi Ványi
2018-01-16[fix] read utf-8 files (settings, languages, currency) with python3.5Marc Abonce Seguin
Related to discussion in #1124 The io.open import is necessary for python2
2018-01-12Merge pull request #1124 from JosephKiranBabu/python3-unicode-supportAdam Tauber
Make Python 3 able to read settings files with Unicode characters
2018-01-06fix yacy result urlNoémi Ványi
Closes #1064
2017-12-21Make Python 3 able to read settings files with Unicode charactersJoseph Nuthalapati
SearX currently doesn't start up when run with Python 3 as it tries to parse the settings.yml file with ASCII codecs. There are similar problems with engines_languages.json and currencies.json Python 3 requires that files with Unicode characters be read with a 'b' flag. This also works with Python 2 and hence can be integrated into the main source code. Tested with the latest Python 3.6.4rc1 on Debian unstable. Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
2017-12-18send constant cookie with query to GoogleNoémi Ványi
2017-12-09[fix] gigablast url parameter change - fixes #1107Adam Tauber
2017-12-06remove 'all' option from search languagesmarc
2017-12-05[fix] handle /sorry redirectsAdam Tauber
2017-12-01[fix] do not crash if publication date is missing in pubmed engineAdam Tauber
2017-12-01[fix] multiple fixes in pdbe engineAdam Tauber
2017-12-01[fix] convert json engine result attributes to string - closes #1006Adam Tauber
2017-11-22[fix] use english in google engine if no language was set - this prevents ↵Adam Tauber
guessing the language by the IP of the instance
2017-11-22[fix] revert language changes to prevent CAPTCHAsAdam Tauber
2017-11-21[fix] fix language support of googleAdam Tauber
2017-11-07Fixed typos.pyrrh0n1c
2017-11-07Fixed the currency_convert engine.pyrrh0n1c
2017-11-03Merge pull request #1068 from Apply55gx/geniusAdam Tauber
Continuation of PR #1004 (seems abandoned)
2017-11-02[mod] add more error handling to json engine II.Adam Tauber
2017-11-02[mod] add more error handling to json engineAdam Tauber
2017-11-01minor fix of BASE engineNoémi Ványi
2017-11-01minor fixes of pubmed engineNoémi Ványi
Closes #1045
2017-11-01[add] pubmed enginejibe-b
2017-11-01minor fixes of arxivNoémi Ványi
Closes #1050
2017-11-01[fix] remove .encode for python3 compatibilityjibe-b
2017-11-01[enh] use format to concatenate stringsjibe-b
2017-11-01[add] arxiv enginejibe-b
2017-10-25Merge pull request #1 from asciimoo/masterApply55gx
-
2017-10-25removed unused indicies arrayApply55gx
2017-10-10update engines_languages.json and languages.pymarc
Also, fix fetch_languages.py so it can run on python3.
2017-10-10[fix] language support for bing images and videosmarc
2017-09-04[mod] int_or_zero refactored to searx_utilsmisnyo
2017-09-04Merge branch 'master' into nyaamisnyo
2017-09-03Merge pull request #1018 from misnyo/generalfileAdam Tauber
[mod]generalfile engine removed
2017-09-03Merge pull request #1019 from misnyo/gigablastAdam Tauber
[fix] gigablast api fix
2017-08-31[fix] gigablast pep8 fixmisnyo
2017-08-31[fix] nyaa.si fixedmisnyo