summaryrefslogtreecommitdiff
path: root/searx/engines
AgeCommit message (Collapse)Author
2016-08-16Merge pull request #639 from kvch/digbt-engineAdam Tauber
add digbt engine - fixes #638
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-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
2016-08-13[fix] google images paging - closes #571Adam Tauber
2016-08-12Add Microsoft Academic search engineDavid A Roberts
2016-08-11Merge pull request #629 from stepshal/E305Adam Tauber
Add missing blank lines after class or function definition.
2016-08-11Add missing blank lines after class or function definition.stepshal
2016-08-10Add Crossref search engine and DOAI rewrite pluginDavid A Roberts
2016-08-05[fix] merge infoboxes based on weightmarc
also minor changes in attributes and images from wikidata
2016-08-05[fix] urls merge in infobox (#593)marc
TODO: merge attributes
2016-08-05wikidata refactor and more attributes (see issue #560)marc
2016-08-05[enh] multilingual wikidataa01200356
disambiguation and tags are in local language TOFIX: needs to query the api every time to know each label's name
2016-07-26[fix] time range detectionAdam Tauber
2016-07-26Merge pull request #634 from kvch/advanced-searchAdam Tauber
support time range search
2016-07-25[fix] do not load engines which cannot be initialized - closes #585Adam Tauber
2016-07-25fix pep8Noemi Vanyi
2016-07-25add time range search for deviantartNoemi Vanyi
2016-07-25add time range search for google imagesNoemi Vanyi
2016-07-25add time range search for duckduckgoNoemi Vanyi
2016-07-25add time range search for googleNoemi Vanyi
2016-07-25add time range search with yahooNoemi Vanyi
2016-07-19[fix] deviantart engine xpathsNoemi Vanyi
2016-07-18Merge pull request #621 from stepshal/anomalous-backslash-in-stringAdam Tauber
Fix anomalous backslash in string
2016-07-15Merge pull request #615 from mmuman/scanrAdam Tauber
Add ScanR structures search engine
2016-07-14[fix] guess country code if not specified in duckduckgo enginemarc
2016-07-12[fix] multilingual duckduckgoa01200356
only works if both country and language are set
2016-07-12Add ScanR structures search engineFrançois Revol
In theory ScanR should also search for projects but the API is different, so we'd need another engine.
2016-07-11Fix anomalous backslash in stringstepshal
2016-07-10Fix quantity of blank lines after code object.stepshal
2016-07-09Add INA search engineFrançois Revol
2016-07-04[enh][fix] update to latest dependencies ++ fix tests & travis test runnerAdam Tauber
WARNING: dependency changes
2016-06-28[enh] display number of resultsAdam Tauber
2016-06-12[fix] gigablast redirect - closes #575Adam Tauber
2016-05-03[fix] currency_convert: make unit tests passMaxqia
also make regex more efficent and normalize 's'es
2016-04-30[enh] currency_convert: allow strings like google's "convert 1 euro to dollars"Maxqia
2016-04-19[fix] compile regex in ddg_definitionsa01200356
2016-04-17[enh] multilingual duckduckgo_definitionsa01200356
2016-04-17[enh] wikipedia infoboxa01200356
creates simple multilingual infobox using wikipedia's api
2016-04-16[fix] incorrect URLs in Reddit results - closes #538Kirill Isakov
2016-04-14Merge pull request #526 from ukwt/animeAdam Tauber
Add a few search engines
2016-04-13Fix a few typos in Google search engineKirill Isakov
2016-04-13Revert to using random UA in Reddit search engineKirill Isakov
2016-04-12Merge pull request #531 from guyou/add-doku-engineAdam Tauber
Add doku engine
2016-04-07[fix] broken google images parsingAdam Tauber
2016-04-05Fix query encodingGuilhem Bonnefille
2016-04-04Fix pep8 E302Guilhem Bonnefille
Cf. http://legacy.python.org/dev/peps/pep-0008/#blank-lines
2016-04-03Add support for dokuwiki engineGuilhem Bonnefille
2016-03-30Add searx user agent to Reddit engine request to comply with API usage termsKirill Isakov
2016-03-29[enh] Add BASE engine in category Science. Basic and advanced search.jibe-b