On 8/20/06, Len Jaffe <lenjaffe at jaffesystems.com> wrote: > Is there a way to express IS NULL inside search(), or is the practice to use > search_literal()? ->search( { mydate => undef } ) That should translate to IS NULL, I believe. -A