mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-11 23:46:15 +00:00
3744 make language regarding what will be searched more clear
This commit is contained in:
parent
f2044b9550
commit
57367742f7
@ -1,5 +1,7 @@
|
||||
/*! \page quick_search Quick Search
|
||||
|
||||
The quick search feature allows you to search within the data on a panel for a given string, it will not search data in hidden columns or collapsed nodes.
|
||||
|
||||
How to use it
|
||||
-----
|
||||
In order to use the search you need to select any item in the area you wish to search, and start typing. If quick search is available in the area you have selected a search field will appear in the bottom left hand corner of the area. As you type the string you are searching for it will auto-update to select one of the results which matches your string. You can switch between the results which match the string you have typed with the up and down keys. The search does not support the use of regular expressions but will match against any sub-sting in the fields it searches, not just at the beginning of the field.
|
||||
@ -7,7 +9,7 @@ In order to use the search you need to select any item in the area you wish to s
|
||||
|
||||
Configuration
|
||||
-----
|
||||
By default the search will match against the data in all fields which are currently visible in the selected area. The search will also ignore case by default. If you want to change either of these default behaviors you can click the magnifying glass with the down arrow icon and configure which columns will be searched as well as if the search should ignore case.
|
||||
By default the search will match against the data in all fields which are in the currently selected area. The search will also ignore case by default. If you want to change either of these default behaviors you can click the magnifying glass with the down arrow icon and configure which columns will be searched as well as if the search should ignore case.
|
||||
\image html quick_search_configuration.PNG
|
||||
|
||||
Where it can be used
|
||||
|
Loading…
x
Reference in New Issue
Block a user