| Age | Commit message (Collapse) | Author |
|
Closes #1064
|
|
- closes #845
|
|
SearX currently doesn't start up when run with Python 3 as it tries to parse the
settings.yml file with ASCII codecs.
There are similar problems with engines_languages.json and currencies.json
Python 3 requires that files with Unicode characters be read with a 'b' flag.
This also works with Python 2 and hence can be integrated into the main source
code.
Tested with the latest Python 3.6.4rc1 on Debian unstable.
Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
|
|
|
|
|
|
|
|
Links:
* Source code
* Issue tracker
* List of public instances
Closes #1071
|
|
#1110
|
|
|
|
|
|
Remove 'all' option from search languages
|
|
simple theme : magnet.svg is replaced by a home made version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The previous version did not work in Chrome browser.
Closes #1102
|
|
|
|
|
|
|
|
|
|
|
|
autocompleter
|
|
guessing the language by the IP of the instance
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
curl 'http://127.0.0.1:8888/?q=xxxxxxxx&categories=general&format=json'
|
|
|
|
|
|
|
|
Continuation of PR #1004 (seems abandoned)
|
|
Previously, if a same result was returned from the
same engine, the name of the engine would be added
more than once. To eliminate engine name duplication
engine list was changed to set.
|
|
|
|
|
|
|
|
and modifies OpenAIRE datasets engine
|
|
|
|
Closes #1045
|