Examples: |
| player-count 10 more-than player-count 25 less-than and |
| the above in infix notation would be: if (player-count>10 and player-count<25) |
|
| Kaos plays vishna plays and |
| the above would find the tournaments in which players "Kaos" and "vishna" have played |
|
| Kaos wins WRAC plays and |
| the above would find the tournaments in which "Kaos" has won and "WRAC" played |
|
| WRAC wins start-date 2015-01-01 not-less-than and start-date 2020-01-01 less-than and |
| the above would find the tournaments won by "WRAC" between 2015-01-01 and 2020-01-01 |
|
| $WRAC.# 3 not-more-than |
| the above would find the tournaments with podium finishes for "WRAC" |
|
| $1.gamesWons 0 more-than |
| the above would list all the tournaments played so far for the selected theme |
|
| Feel free to ask here if you cannot figure out how to build a query |