yourlabs/django-autocomplete-light

DAL not picking up word in a long sentense

minifisk opened this issue · 1 comments

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?

Lol. I was using istartswith instead of icontain in the DAL view.