Help for the search function


Allowed wildcards are: * and %


Recommendation: *WORD*


Sample:

band -> finds only the word 'band'

band* -> finds everything starting with 'band'

*band -> finds everything ending with 'band'

d*al -> finds everything starting with 'd' and ending with 'al'

*band* -> finds all occurences of the word 'band'

Note:

- The search is case insensitive!
- Blanks are not ignored!

Close