You can specify the action name, path, and comment. If you do not specify anything (""), all data will be targeted. You can use % to perform a fuzzy search.
If you want to specify it, use the following keywords:
There are three keywords: action/path/comment.
[action] -- Filter only the action name
[path] -- Data source path name filter
[comment] -- Comment filter
Example: [action]%RAW::%
Example: [path]%RAW::%
Example: [comment]%FUN%
*If no keyword is specified, it will be interpreted as [action].
The above specification can be used to search for multiple conditions using And by separating them with commas, as in the example below.
example)
Action is A01, path contains RAW, and comment contains the keyword FCU
[action]A01,[path]%RAW::%,[comment]%FCU%
The method for setting up a fuzzy search is as follows:
Example: "" - applies to all
Example: "A01" - Actions named A01 are targeted
Example) "ABC%" - Actions beginning with "ABC" are targeted.
Example) "%ABC" - Actions ending with "ABC" are targeted
Example) "%ABC%" Target actions that contain -"ABC" characters
|