mrkamel / search_cop

Search engine like fulltext query support for ActiveRecord
MIT License
825 stars 39 forks source link

allow searching for relative dates, like hours, days, weeks, months o… #42

Closed urubatan closed 6 years ago

urubatan commented 6 years ago

This pull request allow searching for relative dates, for example Product.search("created_at <= '1 day ago'")

This can be really useful for allowing users to save searches, and make them show the products sold last week, ...

having a saved report or something similar

mrkamel commented 6 years ago

hi, thx for the PR. seems good to me.