leikind / wice_grid

A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters
MIT License
537 stars 215 forks source link

Is it possible to use a different string filter pattern #157

Closed mathiasg closed 10 years ago

mathiasg commented 10 years ago

Hello, thank you for this great gem!

Sometimes when I filter string columns I would like to only display results beginning with the search term. So actually I need a condition LIKE 'search-term%' instead of LIKE '%search-term%'. Is this possible somehow?

Thanks in advance!

leikind commented 10 years ago

no