Created Searching for resources (markdown)
parent
82f15dccb9
commit
4cf69d1287
19
Searching-for-resources.md
Normal file
19
Searching-for-resources.md
Normal file
@ -0,0 +1,19 @@
|
||||
**IW4MAdmin's** webfront contains a search box to look for clients and chat messages.
|
||||
### Searching for clients
|
||||
* Name
|
||||
* IP Address
|
||||
* GUID (hex format)
|
||||
|
||||
### Searching for messages
|
||||
Advanced filters can be constructed to search for chat messages using the following filter table.
|
||||
| Filter | Description | Format | Example |
|
||||
|-----------|--------------------------------------------------------|-----------------------|---------------------|
|
||||
| before | include items occurring on or before the provided date | YYYY-MM-DD hh:mm:ss (UTC inferred) | 2020-05-21 23:00:00 |
|
||||
| after | include items occurring on or after the provided date | YYYY-MM-DD hh:mm:ss (UTC inferred) | 2015-01-01 |
|
||||
| server | include items matching the server id | ip:port (as specified in configuration) | 127.0.0.1:28960 |
|
||||
| client | include items matching the client id | integer | 8947 |
|
||||
| contains | include items containing this substring | string | hack |
|
||||
| sort | display results in this order | ascending\|descending | descending |
|
||||
|
||||
Any number of filters can be combined in any order.
|
||||
Example — `chat|before 2020-05-21|after 2020-05-01|server 127.0.0.1:28960|client 444|contains cheating|sort descending`
|
Loading…
Reference in New Issue
Block a user