summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-11Merge pull request #1265 from asciimoo/add-pronunciationAdam Tauber
Add pronunciaton of searx to README
2018-04-11add pronunciaton of searx to READMENoémi Ványi
2018-04-09Merge pull request #1260 from MarcAbonce/engine-fixesAdam Tauber
[fix] Engine fixes
2018-04-08update unit tests for google news and wikidataMarc Abonce Seguin
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-28[fix] assign the correct variable in query.py - fixes #1253Adam Tauber
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-22Merge pull request #1136 from kvch/add-findx-generalAdam Tauber
Add findx 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-17[fix] get doi_rewriters from settings - fixes #1245Adam Tauber
2018-03-16[enh] update translations ++ add polish - closes #1239Adam Tauber
2018-03-15Merge pull request #1238 from MarcAbonce/duckduckgoAdam Tauber
[fix] Change duckduckgo url to avoid error response
2018-03-14[fix] change duckduckgo url to avoid error responseMarc Abonce Seguin
2018-03-07Merge pull request #1226 from rndevfx/fix-vim-mode-on-firefoxAdam Tauber
Fix Vim mode on Firefox
2018-03-07Merge pull request #1190 from Themimitoof/masterAdam Tauber
Change alpine version to permit ARM and amd64 deployment
2018-03-05Merge pull request #1227 from Pofilo/masterAdam Tauber
[UI] fix custom-select in oscar
2018-03-05[UI] fix custom-select in oscarpofilo
2018-03-05Fix Vim mode on FirefoxRichard Nespithal
Firefox automatically opens a built-in quick search when user starts typing without selected input and the Vim shortcuts are not triggered
2018-02-23Merge branch 'master' into masterMichael Vieira
2018-02-21Merge pull request #1127 from kvch/remove-source-option-from-manage-shAdam Tauber
remove the option of sourcing manage.sh
2018-02-21change echo to printfNoémi Ványi
2018-02-21remove the option of sourcing manage.shNoémi Ványi
2018-02-19[enh] version 0.14.0Adam Tauber
2018-02-19[doc] add @daftaupe @icegiant @trankmichael @josephkiranbabu @maiki @zeph33 ↵Adam Tauber
to authors
2018-02-19[enh] update translations - add taiwanese and filipinoAdam Tauber
2018-02-18[fix] pep8Adam Tauber
2018-02-18[enh] add asksteem engine - closes #1163Adam Tauber
2018-02-17Merge pull request #1199 from kvch/fix-microsoft-academicAdam Tauber
Fix Microsoft Academic engine
2018-02-17fix Microsoft Academic engineNoémi Ványi
2018-02-17[fix] fix engine initializationAdam Tauber
2018-02-13Change the version of alpine on the dockerfile to deploy Searx on ARM ↵Michael Vieira
architectures
2018-02-11Merge pull request #1186 from kvch/fix-bing-videosAdam Tauber
Fix Bing videos engine
2018-02-10fix unit testsNoémi Ványi
2018-02-10fix bing videos engineNoémi Ványi
2018-02-09Merge pull request #1180 from daftaupe/patch-1Adam Tauber
Update README.md
2018-02-09Update README.mdPierre-Alain TORET
ohloh is now openhub
2018-02-07[mod] add bottom margin to results - closes #1176Adam Tauber
2018-02-01[enh] update translationsAdam Tauber
2018-01-31[enh] build oscar cssAdam Tauber
2018-01-31Merge pull request #1166 from IceGiant/img-results-aspect-ratioAdam Tauber
Preserve image aspect ratio in results
2018-01-24Preserve image aspect ratio in resultsMatthew Olmsted
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.
2018-01-24Merge pull request #1162 from trankmichael/adding-virtualenv-to-gitignoreAdam Tauber
added searx-ve to gitignore
2018-01-24added searx-ve to gitignoretrankmichael
2018-01-17Merge pull request #1148 from MarcAbonce/python3.5-fixAdam Tauber
[fix] Read utf-8 files (settings, languages, currency) with Python3.5
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