Closed ghost closed 8 years ago
_
and %
are the wildcards used by sqlite3.
using regex would mean loading all cards to memory beforehand.
What about http://stackoverflow.com/questions/5071601/how-do-i-use-regex-in-a-sqlite-query ? You can do this in sqlite3...
implemented in commit b54928c (on branch development)
recently merged -> available since v1.3.0
lookup
should accept regex instead of_
and%
.