【发布时间】:2015-02-03 23:06:49
【问题描述】:
我在我的 Rails 应用中有这样的搜索:
Publication.search(terms, :with => {:publish_date => start_date..end_date})
但是,如果 start_date 早于 1970 年 1 月 1 日,由于 UNIX 时间戳,将不会显示结果。我的记录的 publish_date 早于 1970 年,所以我只是想知道最好的解决方案是什么,因为我还没有找到。
【问题讨论】:
标签: ruby-on-rails thinking-sphinx