Commit Graph

1894 Commits (3b89ce9bfa07250da9be005263d6588c13a5ccb0)

Author SHA1 Message Date
rinpatch 3b89ce9bfa
Switch acgsou to http 7 years ago
Adam Tauber 1a1f9852f1
Merge pull request #1283 from rinpatch/acgsou-engine
[Feature] Acgsou as a searchable engine
7 years ago
rinpatch c669c30e78
Merge branch 'master' into nyaa-https-fix 7 years ago
rinpatch f6695cea59
Fix nyaa to use https 7 years ago
rinpatch f17e54a396
Forgot to remove print command used for debugging 7 years ago
rinpatch dcc9fdb47f
Added unit test 7 years ago
rinpatch e3bd2670d7
Traling whitespace 7 years ago
rinpatch 86f47689fe
Hopefully fix code style errors(again)(again) 7 years ago
rinpatch b8b23d8006
Hopefully fix code style errors(again) 7 years ago
rinpatch fb364ffae7
Hopefully fix code style errors 7 years ago
rinpatch 3ec35a06f7
Added Engine 7 years ago
rinpatch 7a036579b2 Hide buttons when infinite scrolling is enabled 7 years ago
rinpatch cd1374d2f2 added whitespaces 7 years ago
rinpatch a305dae9d8 switched currency convert to duckduckgo and added Bitcoin to currency list 7 years ago
Noémi Ványi 25b48143ea fix findx engine 7 years ago
Marc Abonce Seguin f7f9c50393 [fix] force English results in Google when using en-US 7 years ago
Marc Abonce Seguin b12857a70d [fix] make search requests on wikidata more accurate 7 years ago
Marc Abonce Seguin 835d1edd58 [fix] google news xpath 7 years ago
Marc Abonce Seguin 343e555ee9 [fix] append http if no scheme is provided in xpath's extact_url
This solves a bug with Yahoo where some results don't specify
a protocol.
7 years ago
Adam Tauber 283f6c9053
Merge pull request #1252 from MarcAbonce/search-languages
[mod] Refactor engine's search language handling
7 years ago
Adam Tauber fb2dba4762 [fix] assign the correct variable in query.py - fixes #1253 7 years ago
Marc Abonce Seguin 772c048d01 refactor engine's search language handling
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.
7 years ago
Noémi Ványi 8cc529e9a3 forward category to engine without highlighting on the ui 7 years ago
Noémi Ványi d04e471ce5 add findx engine for general, images and videos 7 years ago
Marc Abonce Seguin d1eae9359f fix fetch_langauges to be more accurate
Add languages supported by either all default general engines or 10 engines.
7 years ago
Adam Tauber b9d4c0523e [fix] get doi_rewriters from settings - fixes #1245 7 years ago
Adam Tauber b8543bcf3a [enh] update translations ++ add polish - closes #1239 7 years ago
Marc Abonce Seguin 216716db70 [fix] change duckduckgo url to avoid error response 7 years ago
Adam Tauber b918b29f90
Merge pull request #1226 from rndevfx/fix-vim-mode-on-firefox
Fix Vim mode on Firefox
7 years ago
pofilo 348fab25ba [UI] fix custom-select in oscar 7 years ago
Richard Nespithal 0314349b08
Fix Vim mode on Firefox
Firefox automatically opens a built-in quick search when user
starts typing without selected input and the Vim shortcuts
are not triggered
7 years ago
Adam Tauber 3ac578c0a8 [enh] version 0.14.0 7 years ago
Adam Tauber b70ce84eb6 [enh] update translations - add taiwanese and filipino 7 years ago
Adam Tauber 03d7a8f065 [fix] pep8 7 years ago
Adam Tauber b4c657d227 [enh] add asksteem engine - closes #1163 7 years ago
Noémi Ványi 988cf38196 fix Microsoft Academic engine 7 years ago
Adam Tauber 2f69eaeb2f [fix] fix engine initialization 7 years ago
Noémi Ványi c645915171 fix bing videos engine 7 years ago
Adam Tauber 0fe6042cc9 [mod] add bottom margin to results - closes #1176 7 years ago
Adam Tauber 480a85340f [enh] update translations 7 years ago
Adam Tauber a173c5b4e2 [enh] build oscar css 7 years ago
Matthew Olmsted c61e1a8165
Preserve image aspect ratio in results
Noticed that images are often distorted in the results due to a hard minimum height.  This keeps the 4-per-row image results consistent in row height without distorting wider images.
7 years ago
Marc Abonce Seguin 829032f306 [fix] read utf-8 files (settings, languages, currency) with python3.5
Related to discussion in #1124
The io.open import is necessary for python2
7 years ago
Adam Tauber 8511e64f35
Merge pull request #1124 from JosephKiranBabu/python3-unicode-support
Make Python 3 able to read settings files with Unicode characters
7 years ago
Noémi Ványi f3aa5ea47d fix yacy result url
Closes #1064
7 years ago
Adam Tauber e303339370 [enh] overwrite secret_key from env with the SEARX_SECRET env var if exists - closes #845 7 years ago
Joseph Nuthalapati bdc803e185
Make Python 3 able to read settings files with Unicode characters
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>
7 years ago
Noémi Ványi 0cb8a849da dark background for answers && no background for highlight 7 years ago
Noémi Ványi 2d5eed9b59 send constant cookie with query to Google 7 years ago
Noémi Ványi e31409daf7 revert changin about to searx docs 7 years ago