Skip to content
bob7l edited this page Aug 17, 2016 · 1 revision

Query parameters are the parameters used with commands such as /he rollback, /he search, and so on. These parameters provide filters for the database in order to select the proper data.

Query String Parameters

HawkEye allows for wildcard searches on f:, p:, and w: parameters. This will allow for you to query for certain character sequences within strings or simply allow for you to type half of a users name and have HawkEye figure out the rest.

Examples:

  • /he search p:bob%
    • This command will search for any user with the name starting with "bob"
  • /he search f:%food%
    • This command will search for any data containing "bob"
  • /he search p:%bob
    • This command will search for any user with the name ending with "bob"
Clone this wiki locally