gui: rephrase search input and document tokenization of search phrases

pull/482/head
Stephan de Wit 11 months ago
parent 40192843f4
commit d8f42f0484

@ -179,11 +179,15 @@ Filter and limit
a selection for the number of rows to show at once on a page. Often the search input will be instantly applied, but a selection for the number of rows to show at once on a page. Often the search input will be instantly applied, but
in some cases a reload is needed if the action can't be processed fast enough. in some cases a reload is needed if the action can't be processed fast enough.
<br/><br/> <br/><br/>
You will find a <i class="fa fa-arrow-right"></i> <b>Go to page</b> action behind every record. When using the filter in log files, you will find a <i class="fa fa-arrow-right"></i> <b>Go to page</b> action
When you have filtered your list it will jump to the corresponding page and show behind every record. This will jump to the corresponding page and show you all surrounding records so you can see
you all surrounding records. the context of a log message.
<br/><br/> <br/><br/>
The search input tokenizes space-delimited words, causing the filter to return records matching all of the
clauses included in the search phrase.
Actions Actions
------------------- -------------------

Loading…
Cancel
Save