summaryrefslogtreecommitdiff
path: root/searx/engines/wikidata.py
AgeCommit message (Collapse)Author
2018-04-08[fix] make search requests on wikidata more accurateMarc Abonce Seguin
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.
2017-12-06remove 'all' option from search languagesmarc
2017-05-15[enh] py3 compatibilityAdam Tauber
2016-12-15tests for _fetch_supported_languages in enginesmarc
and refactor method to make it testable without making requests
2016-12-13[mod] fetch supported languages for several enginesmarc
utils/fetch_languages.py gets languages supported by each engine and generates engines_languages.json with each engine's supported language.
2016-12-13[enh] add supported_languages on engines and auto-generate languages.pymarc
2016-08-05[fix] merge infoboxes based on weightmarc
also minor changes in attributes and images from wikidata
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-04-17[enh] wikipedia infoboxa01200356
creates simple multilingual infobox using wikipedia's api
2016-01-18[fix] pep8 compatibiltyAdam Tauber
2015-09-07[fix][mod] wikidata date handling refactor - fixes #387Adam Tauber
2015-01-21[enh] use one single http connection pool : improve response time. close #100dalf
2015-01-11[fix] dates before 1900Adam Tauber
2015-01-02[fix] pep8Adam Tauber
2014-12-09Use human readable dateCqoicebordel
For DoB and DoD, wikipedia use a non standard ISO format, not easily readable. Now the date is displayed in an human readable form, using the language setting as locale if available. If not, it uses the default locale.
2014-12-07[fix] pep8 : duckduckgo_definitions and wikidata enginesdalf
2014-10-12[fix] wikidata: using only the first urlAdam Tauber
2014-10-11[enh] infoboxes : if the result doesn't contain anything except one link, ↵dalf
use the normal result template
2014-10-11[mod] return only one result from the wikidata enginedalf
2014-10-04[fix] code cleanupAdam Tauber
2014-10-02[enh] wikidata engine : add links to musicbrainzdalf
2014-10-01[enh] add infoboxes and answers (clean up)Dalf
2014-09-28[enh] add infoboxes and answersDalf