If I use the normal search field, all words must be contained in the coins catalogue entry.
Can I somehow say ‘search for a coin where the catalogue entry contains word1 OR word2’?
The following did not work:
- (word1, word2)
- word1 | word2
- word1 || word2