Merge pull request #124 from return42/searx-merge

merge redis offline engine from searx
This commit is contained in:
Alexandre Flament 2021-06-02 12:35:33 +02:00 committed by GitHub
commit 7457f3fe40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 89 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<table>
{% for key, value in result.items() %}
{% if key in ['engine', 'engines', 'template', 'score', 'category', 'positions'] %}
{% if key in ['engine', 'engines', 'template', 'score', 'category', 'positions', 'pretty_url', 'parsed_url'] %}
{% continue %}
{% endif %}
<tr>