diff --git a/static/help.html b/static/help.html index ac952f4..5128e5d 100644 --- a/static/help.html +++ b/static/help.html @@ -30,6 +30,8 @@ The following search operators are supported:
  • Inequality (!=) checks if the value is not equal to your search. For text fields, this return cards that do not contain the word you searched.
  • Comparisons (<, >, <=, >=) check if the value is less than, greater than, less than or equal, and greater than or equal to your search. atk>=4000 will show all cards with an ATK of at least 4000. These operators do not work for text fields.
  • +
    +It is possible to filter for multiple values at once, e.g. level:3|6|9 to find all cards that are level 3, 6, or 9.

    Examples