Interface ParamsCriteriaItem

Hierarchy

  • ParamsCriteriaItem

Properties

Properties

key: null | string

the user column to search, expected keys (value format) are: "id" (int) matching user id, "lastname" (string) user last name (Note: you can use % for searching but it may be considerably slower!), "firstname" (string) user first name (Note: you can use % for searching but it may be considerably slower!), "idnumber" (string) matching user idnumber, "username" (string) matching user username, "email" (string) user email (Note: you can use % for searching but it may be considerably slower!), "auth" (string) matching user auth plugin

value: null | string

the value to search

Generated using TypeDoc