Dates and times in conditions hash
ryanb opened this issue · 1 comments
ryanb commented
One should be able to mark a date as the field.
xapit do |index| index.field :released_on end
And then perform a search on it through the conditions hash.
Xapit.search(:conditions => { :released_on => Date.today })
Similarly, it would be nice if times were supported, and that searching by a date would include all times in that date.