| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
Closes #1047
|
|
|
|
This is the continuation of #1048 created by @jibe-b.
Closes #1048
|
|
Closes #1050
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
Same change as with the oscar theme.
|
|
The `filename` parameter of the `url_for` function doesn't need a leading `/`, or else the resulting URL features a double-slash `//` that throws off searx 0.12.0 with Apache 2.4.25 on Debian, resulting in missing favicons.
|
|
Also, fix fetch_languages.py so it can run on python3.
|
|
|