Skip to content

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
Clone this wiki locally