summaryrefslogtreecommitdiff
path: root/searx
AgeCommit message (Collapse)Author
2016-09-10#607 - noapi fixfirebovine
2016-09-10Adding Urban Dictionary xpath engineLorenzo J. Lucchini
2016-09-10Improving Wolfram Alpha search hit contentLorenzo J. Lucchini
Making WA search hits contain - the (parsed) input inside the "title" instead of just "Wolfram|Alpha", to better match other hit titles and to confirm correct parsing of input to the user - the first output field that contains any text (skipping ones that are only pictures; this is usually the most meaningful "result" field) instead of the raw input as the "content", making it additionally possible to obtain WA computations from JSON API calls
2016-09-10[fix] Result text in Wolfram|Alpha (#607)marc
2016-09-10fix xpath expressions for urban dictionaryfirebovine
2016-09-07[fix] 404 HTTP status on not found pages - closes #681Adam Tauber
2016-09-06[enh] version 0.10.0Adam Tauber
closes #659
2016-09-06[enh] translation updatesAdam Tauber
2016-09-06[fix] unicode urlsAdam Tauber
2016-09-06[enh] is_valid_lang moved to utilspotato
2016-09-06[enh] engine header commentspotato
2016-09-06[fix] revert the port changepotato
2016-09-06[enh] api_key usage, disable the engine by defaultpotato
2016-09-06[fix] pep8potato
2016-09-06[enh] mymemory translated engine added for multi-word translationspotato
2016-09-06[fix] only 1-word search triggers the enginepotato
2016-09-06[enh] removed missing params; [fix] pep8potato
2016-09-06[fix] no lambda anymore, cgi.escapepotato
2016-09-06[enh] dictionary engine renamed to dictzonepotato
2016-09-06[enh] filter non-existing language code/name containing requestspotato
2016-09-06[fix] don't merge with suggestionspotato
2016-09-06[enh] return results instead of answerspotato
2016-09-06Merge branch 'master' of https://github.com/asciimoo/searxpotato
2016-09-06[enh] dictionary engine addedpotato
2016-09-06[fix] thread safe threaded_requests() functionAdam Tauber
2016-09-06[enh] more compact image results ++ fixed modal linksAdam Tauber
2016-09-06[fix] replace modal-content class to prevent remote content loadAdam Tauber
details: http://stackoverflow.com/questions/18378720/bootstrap-3-with-remote-modal
2016-09-05[fix] use threading to recover after incomplete request crashes - closes ↵Adam Tauber
#651 #662
2016-09-05[enh] socks proxy supportAdam Tauber
2016-09-05[mod] truncate result content in html - closes #224Adam Tauber
2016-09-05[fix] result url wrap - closes #652Adam Tauber
2016-09-05[fix] remove trailing whitespacesAdam Tauber
2016-09-04[fix] 404 page localization #2Adam Tauber
2016-09-04[fix] 404 page localizationAdam Tauber
2016-09-04[fix] links in new tabs without js ++ noopener bug fix - closes #674Adam Tauber
2016-08-27Merge pull request #672 from kvch/self-info-pagingAdam Tauber
Self information on later pages
2016-08-27Merge pull request #671 from kvch/custom-404Adam Tauber
Custom 404 message - fixes #317
2016-08-27remove self info answers from pages after first oneNoemi Vanyi
2016-08-24add custom 404 pageNoemi Vanyi
2016-08-16[fix] remove btdigg - see ↵Adam Tauber
https://torrentfreak.com/btdigg-shut-down-due-to-torrent-spam-for-now-160711/
2016-08-16[fix] piratebay engine - using pirateproxy.red - see https://proxybay.tv/Adam Tauber
2016-08-16Merge pull request #664 from kvch/uncapitalize-searxAdam Tauber
uncapitalize searx in templates
2016-08-16Merge pull request #639 from kvch/digbt-engineAdam Tauber
add digbt engine - fixes #638
2016-08-15uncapitalize searx in templatesNoémi Ványi
2016-08-14Add Hoogle search engineDavid A Roberts
2016-08-14[fix] behaviour for page_size>1 and first_page_num>0David A Roberts
eg. pageno=1,21,41,... instead of 20,40,60,...
2016-08-14[fix] don't merge results with distinct fragmentsDavid A Roberts
2016-08-14diable digbt engine in settings.ymlNoémi Ványi
2016-08-13add digbt engineNoemi Vanyi
Unfortunately, it is quite slow so it is disabled. Furthermore, the display of number of files is wrong on digbt.org, so it is not displayed on searx.
2016-08-13[fix] remove unused imports ++ int token timestamp by defaultAdam Tauber