mirror of
https://github.com/searxng/searxng.git
synced 2025-08-04 02:52:42 +02:00
Merge pull request #124 from return42/searx-merge
merge redis offline engine from searx
This commit is contained in:
commit
7457f3fe40
4 changed files with 89 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
{% from 'oscar/macros.html' import result_footer, result_footer_rtl with context %}
|
||||
<div class="panel panel-default">
|
||||
<div class="result result-default">
|
||||
<table class="table table-responsive table-bordered table-condensed">
|
||||
{% 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue