mirror of
https://github.com/simon987/od-database.git
synced 2025-12-12 22:48:51 +00:00
Changed 'no results' text in search page
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<div class="card-header">Downloads</div>
|
||||
<div class="card-body">
|
||||
|
||||
<p>Please let me know if you used the database in a project!</p>
|
||||
<p>The entire database is exported to CSV regularly</p>
|
||||
|
||||
<table class="table table-striped">
|
||||
|
||||
@@ -168,7 +168,15 @@
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="card">
|
||||
<div class="card-body">No results</div>
|
||||
<div class="card-body">
|
||||
<p>No results.</p>
|
||||
<p>For better results:</p>
|
||||
<ul>
|
||||
<li>Try checking the 'Match any word' box for a broader search.</li>
|
||||
<li>Make sure you don't include the file extension in your query (Use the appropriate field to filter file types)</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user