|
ReplaySearchInBWHFAgent
This page describes how replay search works in BWHF Agent.
Replay search in BWHF AgentThe Replay search tab in BWHF Agent let's you search replays by various conditions. If you don't touch any filters, the search returns all the input replays. If you specify some conditions, they will be in logical AND connection. Replay filter fieldsThere are different types of filter fields. When there are some predefined values, you will see them listed with checkboxes. You can check any that you're interested in. They will be in logical OR connection: if any of the selected values apply to a replay, the replay will be included in the results. Values entered to text fields are case insensitive and will be trimmed: redundant spaces will be removed from the beginning and from the end of the entered values. Text fields have an Exact match option: if this is selected, the entered value must match exactly the replay property they apply to, else the entered value may be a substring. If exact match is not used, you can enter either a single value or a comma separated value list. Text fields also have a Regexp option: if this is checked, the entered value will be interpreted as a regular expression. With regular expression you can define patterns which can match lot of values. You can see some examples below on this page. There are some fields which can have values from a wide range. In these cases the filer is an interval filter: you can define the minimal and the maximal accepted values. You are allowed to only set one of them, and then the other end of the interval will not be limited. When the interval is limited to some valid values, you will see a combo box with the valid values, and you can select the one you wish to set as the limit. Search execution buttonsSearch can be executed by specifying the set of replays to search. The currently running search can be terminated at any time with the Stop current search button. There are several buttons to define the source replays of search:
Search resultsThe number of searched replays and the number of replays matching the filters are displayed above the result table. The result table lists every replay matching the filters. You can select any of the replays, and you can perform various operations on them with the buttons being on the right of the table. If you double click on a replay, it will be shown on the Charts tab. Regular expression examplesRegular expression is a powerful tool to simplify complex searches. If you want learn more about regular expression, you can google it or check the following links: Regular expressions on wikipedia, Java regexp syntax Some examples for regular expressions:
|