Filter language for the account list in SAGE
The filter language is a simple language for filtering data, it is used in the account list.
Syntax
The syntax is a simple list of conditions, separated by field specifiers.
A field specifier is a field name followed by a colon. For example, created:
is a field specifier.
After the field specifier, you can add a condition.
For strings, they are regular expressions. For example email:@example\.com$
will match any account generated using example.com
.
For numbers and dates, you can use >
and <
.
You can also use today
and yesterday
as special values for dates.
Fields
username
: The username of the account (you can also usename
, this is also the default field)password
: The password of the accountemail
: The email address of the accountemail-password
: The password of the email accountvault
: The vault email address of the accountvault-password
: The password of the vault email accountid
: The steam id of the accountgenerated
: The date the account was created (you can also usecreated
)session
: The date when the generation session was startednote
: The note attached to the accounttag
: The account must have the tagip
: The proxy IP used to generate the account 1phone
: The phone number of the account 1guard
: The steam guard status of the account 2
Examples
Accounts with a username starting with sage
All of the following will match the same accounts:
^sagename:^sageusername:^sage
Accounts generated today
created:>today
Accounts generated yesterday
created:<today >yesterday
Accounts generated with a phone number
phone: