DAL not picking up word in a long sentense
minifisk opened this issue · 1 comments
minifisk commented
I have an entry in my DB looking like this:
Tysk spets; grosspitz, kleinspitz, mittelspitz, keeshond (wolfspitz) och pomeranian (zwergspitz / dvärgspets)
However, when I search for "pomeranian" it don't show up. But if I search for "Tysk spets" I can see the result and read the pomeranian from the post.
Bug?
minifisk commented
Lol. I was using istartswith instead of icontain in the DAL view.