| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-25 | [fix] openstreetmap engine: optmizer SPARQL query | Alexandre Flament | |
| add hint:Query hint:optimizer "None". to the SPARQL query to keep the response time small. It tells the optimizer to follow the path from ?item to the different property values instead of the other way around. See https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/query_optimization#Property_paths | |||
| 2021-09-24 | [fix] openstreetmap engine: map "all" language to English | Alexandre Flament | |
| 2021-09-13 | [fix] logger per engine: make .logger is always initialized | Alexandre Flament | |
| the openstreetmap engine imports code from the wikidata engine. before this commit, specific code make sure to copy the logger variable to the wikidata engine. with this commit searx.engines.load_engine makes sure the .logger is initialized. The implementation scans sys.modules for module name starting with searx.engines. | |||
| 2021-09-07 | [pylint] engines: drop no longer needed 'missing-function-docstring' | Markus Heiser | |
| Suggested-by: @dalf https://github.com/searxng/searxng/issues/102#issuecomment-914168470 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-09-06 | [fix] fix openstreetmap engine | Alexandre Flament | |
| close #298 This is a workaround: inside engine code, any call to function in another engine can crash since the logger won't be initialized except if it is done explicitly. | |||
| 2021-06-09 | [fix] openstreetmap - fix some minor whitespace & indentation issues | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-06-09 | [enh] openstreetmap / map template: improve results | Alexandre Flament | |
| implements ideas described in #69 * update the engine * use wikidata * update map.html template | |||
| 2021-01-14 | [enh] engines: add about variable | Alexandre Flament | |
| move meta information from comment to the about variable so the preferences, the documentation can show these information | |||
| 2020-09-10 | Drop Python 2 (4/n): SearchQuery.query is a str instead of bytes | Dalf | |
| 2020-09-10 | Drop Python 2 (1/n): remove unicode string and url_utils | Dalf | |
| 2020-06-10 | [fix] resolve pep8 errors | Adam Tauber | |
| 2020-06-09 | [enh] add routing directions to osm search - closes #254 | Adam Tauber | |
| 2019-12-21 | [fix] convert byte query to string in osm engine - fixes #1220 | Adam Tauber | |
| 2017-05-15 | [enh] py3 compatibility | Adam Tauber | |
| 2016-12-09 | [mod] return empty string on missing osm title | Adam Tauber | |
| Sometimes openstreetmap returns with None as title. In these cases use an empty string instead. | |||
| 2015-05-02 | update versions.cfg to use the current up-to-date packages | Alexandre Flament | |
| 2015-02-07 | Openstreetmap's unit test | Cqoicebordel | |
| 2014-12-16 | [fix] pep8 | Thomas Pointhuber | |
| 2014-12-16 | [enh] add photon engine | Thomas Pointhuber | |
| 2014-12-07 | [fix] pep8 : engines (errors E121, E127, E128 and E501 still exist) | dalf | |
| 2014-11-19 | [enh][oscar_template] loading map informations from overpass-api | Thomas Pointhuber | |
| 2014-11-03 | [fix] use address.city if possible | Thomas Pointhuber | |
| 2014-11-03 | [enh] template_oscar: show addressdata if possible | Thomas Pointhuber | |
| 2014-11-02 | [enh] oscar_template: initial osm-map support for map results | Thomas Pointhuber | |
| * TODO: remove leaflet.min.css if not required | |||
| 2014-09-06 | [enh] new engine: openstreetmap | Adam Tauber | |