added reindexing

This commit is contained in:
ston1th 2019-08-24 17:42:02 +02:00
commit bb22097b7b
17 changed files with 226 additions and 47 deletions

View file

@ -40,10 +40,23 @@
<td>{{$item.Tags}}</td>
</tr>
{{end}}
{{else}}
<b>No search results found.</b>
{{end}}
</tbody>
</table>
{{else}}
<b>No search results found.</b>
</div>
<div class="row mt-3">
<div class="col col-nopad">
<div class="alert alert-primary">
<h4>Query Syntax</h4>
<p>Fields</p>
<pre><code>tags:insurance
tags:insurance or tags:invoice
created:&lt;="2016-09-21"</code></pre>
<p>Fulltext</p>
<pre><code>some text here</code></pre>
</div>
</div>
{{end}}
</div>
{{end}}