wvanbergen / scoped_search

Easily search you ActiveRecord models with a simple query language that converts to SQL.
MIT License
265 stars 78 forks source link

Allow working with UUID columns #184

Closed adamruzicka closed 5 years ago

wvanbergen commented 6 years ago

Thanks for contributing. I think it makes sense to add support for UUIDs. Can you add a test for this to prevent future regressions?

adamruzicka commented 6 years ago

Sure, I'll take a look at that

wvanbergen commented 5 years ago

@ares @abenari @domcleal can we do one more review of this before merging?

ares commented 5 years ago

:+1: code make sense, tested it and works well too! Thanks @adamruzicka, merging.