-
Notifications
You must be signed in to change notification settings - Fork 6
Search filters
Guerro323 edited this page Apr 20, 2018
·
4 revisions
Search filters fields should only have:
int, enum, bool1
fields.
If your search field is a type of None, Only, Except
, you can just the int field and prefix your variable by "Filter*":
-1: Except
0: None
+1: Only