https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25624

--- Comment #8 from Nick Clemens <n...@bywatersolutions.com> ---
(In reply to Alex Arnaud from comment #5)
> (In reply to Alex Arnaud from comment #3)
> > > +will update all patrons with no value for email
> > 
> > all patrons with null email field ?
> 
> I mean: all patron with email different from null

> => matches all patrons with email different from "foo" or email eq ''. But 
> not 
> the null ones. Is it the wanted behavior ?

-dn email=null

will find all not null

-d email=null will find all null

I think specifically targeting null differently than blank makes sense as it
can have different meanings

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to