On Wed, Jul 7, 2010 at 10:38 AM, Stuart Dodds wrote:
On Wed, 2010-07-07 at 10:18 +0100, Chris Cole wrote:
to search twice on the same field you could try something like this:
{
? ?mp_start => { '>=', $start, '<', $end, },
}
On Wed, 2010-07-07 at 10:18 +0100, Chris Cole wrote:
to search twice on the same field you could try something like this:
{
? ?mp_start => { '>=', $start, '<', $end, },
}
This is a LOT prettier than -and => [ start_date => {...}, start_date
=> {...} ]. Thanks!
Drew