luckyframework/lucky_record

Add support for regex

snadon opened this issue · 3 comments

At the moment it is possible to do something like:

.where("description ~* ?", "(#{keyword}\\*|#{keyword}\\+)")

What sort of support are you suggesting beyond what you've demonstrated in the example?

This is a really good question. I cannot recall why I asked in the first place. Let's close this issue since using .where is good enough.