This will pick cards which name starts with the typed text:
System Pick By Evaluate Cards: find(lowercase(Cards.Name), lowercase(Search.text))=0
If you want to compare any part of the name:
System Pick By Evaluate Cards: find(lowercase(Cards.Name), lowercase(Search.text))>=0