Adrian Ulrich c5d3bc51dc fix crash while searching on a genre limiter
The old regexp failed to prefix cols in such a query:
> .... AND artist_key||album_key||title_key LIKE ?)

We fix this by including the pipe character and matching words (instead of non-spaces)
2015-10-13 21:54:39 +02:00
..
2015-10-09 07:58:53 +11:00