summaryrefslogtreecommitdiff
path: root/searx/search.py
AgeCommit message (Expand)Author
2015-10-03[enh][mod] result handling refactorAdam Tauber
2015-09-18Don't throw away the request if pageno is wrongCqoicebordel
2015-09-11[fix] add missing scheme to duplicated results too ++ revert gigablasts handlingAdam Tauber
2015-09-01[fix] display categories of the selected enginesAdam Tauber
2015-09-01[fix] engine selection from urlAdam Tauber
2015-08-25[fix] check empty engine language attribute - fixes subtitleseekerAdam Tauber
2015-08-24[fix] rewrite scheme to http if there is no one, FIX #390Thomas Pointhuber
2015-08-02[fix] type errorAdam Tauber
2015-08-02[enh] default settings option to safe_search - #396Adam Tauber
2015-06-03New feature : language per search engine !Cqoicebordel
2015-05-19[mod] allow whitespaces in category/engine listAdam Tauber
2015-05-12[enh] cleaner category/engine selection from GET/POST param - closes #289Adam Tauber
2015-03-08[mod] search return valueAdam Tauber
2015-02-13[enh] log redirectsAdam Tauber
2015-02-13[fix] close #197 for all enginesdalf
2015-02-08[enh] add safesearch functionalityThomas Pointhuber
2015-02-03[enh] category specific engine deactivation - closes #205Adam Tauber
2015-01-31[enh] default disabled engines - closes #109Adam Tauber
2015-01-21[enh] use one single http connection pool : improve response time. close #100dalf
2015-01-15[enh] add nojs support into oscar-templateThomas Pointhuber
2015-01-12Merge pull request #166 from Cqoicebordel/non-exclusif-bangAdam Tauber
2015-01-09[enh] engine exception tracebackAdam Tauber
2015-01-09[enh] using the loggerAdam Tauber
2015-01-03Add non exclusif bangCqoicebordel
2014-12-29Flake8 and Twitter correctionsCqoicebordel
2014-12-19[mod] better search request exception handlingAdam Tauber
2014-12-19[fix] handle empty search requestsAdam Tauber
2014-12-19[mod] display timeoutted engine nameAdam Tauber
2014-12-18[fix] timeout and response parsing orderAdam Tauber
2014-12-18[mod] strict timeout handlingAdam Tauber
2014-12-15[fix] fix kickass engineThomas Pointhuber
2014-12-14[fix] use queues to answers/suggestions/infoboxesAdam Tauber
2014-12-14[fix] proper search timeout handlingAdam Tauber
2014-12-08[mod] search thread namesAdam Tauber
2014-12-05[enh] gevent/grequests changed to the built-in threading libAdam Tauber
2014-11-01[fix] #121, HTTP 500 Error if res["content"] == NoneThomas Pointhuber
2014-10-19[fix] pep8 part II.Adam Tauber
2014-10-11[fix] the bang was included in the search stringdalf
2014-10-01Merge remote-tracking branch 'upstream/master'dalf
2014-10-01[enh] add infoboxes and answers (clean up)Dalf
2014-10-01using Query class for parsing of search queryThomas Pointhuber
2014-09-28[enh] add infoboxes and answersDalf
2014-09-22update commentDalf
2014-09-22[fix] when two results are merged, really use the content with more textDalf
2014-09-22Merge branch 'comments' of https://github.com/pointhi/searxAdam Tauber
2014-09-14[enh] stick results from the same category and templateDalf
2014-09-13little update update comments in search.pyThomas Pointhuber
2014-09-13add comments to search.pyThomas Pointhuber
2014-07-07[enh][mod] search refactorAdam Tauber
2014-02-11[mod] len() removed from conditionsasciimoo