added server filter
(→Notes: Clarification on result query) |
(added server filter) |
||
| Line 10: | Line 10: | ||
== Arguments == | == Arguments == | ||
:;filter : Filtering options to perform the query with. | :;filter | ||
:: Filtering options to perform the query with. Players are queried based on name, guild name, zone, race, class, and level. | |||
=== Filtering === | === Filtering === | ||
| Line 20: | Line 21: | ||
:r-"race" | :r-"race" | ||
:c-"class" | :c-"class" | ||
:s-"server" | |||
:level | :level | ||
:minlevel-maxlevel (all numeric queries are assumed to be level) | :minlevel-maxlevel (all numeric queries are assumed to be level) | ||
| Line 39: | Line 41: | ||
== Notes == | == Notes == | ||
:Returns up to a maximum of 49 players. | :Returns up to a maximum of 49 players. | ||
:If given search terms are not assigned to a particular field, all fields are queried for all terms, and the results are the Union of all sets returned per term, in Intersection with the results of all terms. | :If given search terms are not assigned to a particular field, all fields are queried for all terms, and the results are the Union of all sets returned per term, in Intersection with the results of all terms. A detailed explanation follows: | ||
filter1: 80 c-"Priest" | filter1: 80 c-"Priest" | ||