-
Notifications
You must be signed in to change notification settings - Fork 10
4.1 Search button over card text
When you hover a mouse over card text you can see a Search
icon. It is in most cases followed by
Sort
icon.
By clicking Search icon you modify the search text. For example, if you click Search
icon over
card's mana cost you will see something like
ManaCost: \{3\}\{W\}\{W\}
added to your search string. As a result the search result will only show cards that have mana cost
{3}{W}{W}
By clicking the button on the same field of the same card you repeat adding / removing the term to search input.
When you click different cards or different fields you are adding more cards to search result.
This is because when no logical operator such as AND
, OR
is used then default operator
OR
is applied.
By Shift
+Click
ing Search button you can instead narrow down search result. It is
achiveved by adding terms with +
operator which is almost equivalent to AND
.
- Introduction
- Search cards
- Search decks
- Edit collection / decks
- Analyze collection / deck
- Import collection / decks from…