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

Don't check column type when ext_method #178

Closed PaulSD closed 6 years ago

PaulSD commented 6 years ago

Reviving #172

This allows LIKE queries to work on definitions with ext_method but no corresponding database column.

ares commented 6 years ago

makes sense, thanks for adding the test! merging