diff --git a/source/manual/gui.rst b/source/manual/gui.rst index cc24d432..55bf6058 100644 --- a/source/manual/gui.rst +++ b/source/manual/gui.rst @@ -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 in some cases a reload is needed if the action can't be processed fast enough.

- You will find a Go to page action behind every record. - When you have filtered your list it will jump to the corresponding page and show - you all surrounding records. + When using the filter in log files, you will find a Go to page action + behind every record. This will jump to the corresponding page and show you all surrounding records so you can see + the context of a log message.

+The search input tokenizes space-delimited words, causing the filter to return records matching all of the +clauses included in the search phrase. + + Actions -------------------