| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-12-13 | small fixes | marc | |
| 2016-12-13 | Add language support for more engines. | marc | |
| 2016-12-13 | filter langauges | marc | |
| 2016-12-13 | [enh] add supported_languages on engines and auto-generate languages.py | marc | |
| 2016-12-11 | add year filter to engines with time range support && tests | Noémi Ványi | |
| Following engines does not support "Last year": * Bing News * DeviantArt * DuckDuckGo * Yahoo * YouTube (noapi) | |||
| 2016-12-11 | add year to time range to engines which support "Last year" | Noémi Ványi | |
| Engines: * Bing images * Flickr (noapi) * Google * Google Images * Google News | |||
| 2016-12-11 | htmlize yacy contents | Thomas Renard | |
| 2016-12-11 | fix xpath of yandex | Noémi Ványi | |
| 2016-12-11 | [fix] remove result escaping from engine | Adam Tauber | |
| 2016-12-11 | [mod] 500px rewrite | Adam Tauber | |
| 2016-12-11 | [fix] vimeo engine change follow-up | Adam Tauber | |
| 2016-12-11 | [fix] google news engine change follow-up | Adam Tauber | |
| 2016-12-10 | [fix] remove html tags from qwant results | Adam Tauber | |
| 2016-12-10 | [fix] unicode response in deezer and spotify | Adam Tauber | |
| 2016-12-09 | Merge branch 'master' into searchpy2 | Alexandre Flament | |
| 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. | |||
| 2016-12-09 | [fix] tests ++ flickr error | Adam Tauber | |
| 2016-12-09 | [mod] do not escape html content in engines | Adam Tauber | |
| 2016-11-19 | [mod] move load_module function to utils | Adam Tauber | |
| 2016-11-14 | [fix] pep8 | Adam Tauber | |
| 2016-11-14 | [fix] bing unicode issue part III. | Adam Tauber | |
| 2016-11-14 | [fix] bing character encoding - closes #760 | Adam Tauber | |
| 2016-11-07 | [fix] unicode search expression for bing | Adam Tauber | |
| 2016-11-07 | [fix] bing paging and language support | Adam Tauber | |
| see https://msdn.microsoft.com/en-us/library/ff795620.aspx for bing specific search operators closes #755 | |||
| 2016-11-05 | Simplify search.py, basically updated PR #518 | Alexandre Flament | |
| The timeouts in settings.yml is about the total time (not only the HTTP request but also the prepare the request and parsing the response) It was more or less the case before since the threaded_requests function ignores the thread after the timeout even the HTTP request is ended. New / changed stats : * page_load_time : record the HTTP request time * page_load_count: the number of HTTP request * engine_time : the execution total time of an engine * engine_time_count : the number of "engine_time" measure The avg response times in the preferences are the engine response time (engine_load_time / engine_load_count) To sum up : * Search.search() filters the engines that can't process the request * Search.search() call search_multiple_requests function * search_multiple_requests creates one thread per engine, each thread runs the search_one_request function * search_one_request calls the request function, make the HTTP request, calls the response function, extends the result_container * search_multiple_requests waits for the the thread to finish (or timeout) | |||
| 2016-11-01 | add time range search for flickr | Noémi Ványi | |
| 2016-11-01 | add time range support for bing images | Noémi Ványi | |
| 2016-11-01 | add time range search for youtube noapi | Noémi Ványi | |
| 2016-11-01 | add time range search for bing news | Noémi Ványi | |
| 2016-10-22 | fix kickass torrents engine | Noémi Ványi | |
| 2016-10-13 | initial commit of pdbe engine | Alexander Minges | |
| Adds support for queries to the Protein Data Bank Europe (PDBe). | |||
| 2016-10-01 | Merge branch 'master' of https://github.com/asciimoo/searx into ↵ | Pydo | |
| feature/seedpeer-engine-integration Resolved conflict searx/settings.yml | |||
| 2016-09-28 | [fix] do not allow underscore in engine names - closes #708 | Adam Tauber | |
| 2016-09-20 | [fix] results with digbit don't truncate anymore | marc | |
| 2016-09-10 | #607 - noapi fix | firebovine | |
| 2016-09-10 | Improving Wolfram Alpha search hit content | Lorenzo 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-06 | [fix] unicode urls | Adam Tauber | |
| 2016-09-06 | [enh] is_valid_lang moved to utils | potato | |
| 2016-09-06 | [enh] engine header comments | potato | |
| 2016-09-06 | [enh] api_key usage, disable the engine by default | potato | |
| 2016-09-06 | [fix] pep8 | potato | |
| 2016-09-06 | [enh] mymemory translated engine added for multi-word translations | potato | |
| 2016-09-06 | [fix] only 1-word search triggers the engine | potato | |
| 2016-09-06 | [enh] removed missing params; [fix] pep8 | potato | |
| 2016-09-06 | [fix] no lambda anymore, cgi.escape | potato | |
| 2016-09-06 | [enh] dictionary engine renamed to dictzone | potato | |
| 2016-09-06 | [enh] filter non-existing language code/name containing requests | potato | |
| 2016-09-06 | [fix] don't merge with suggestions | potato | |
| 2016-09-06 | [enh] return results instead of answers | potato | |