[Koha-bugs] [Bug 25624] Update patrons category script should allow finding null and not null and wildcards

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 17 15:50:03 CEST 2020


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

--- Comment #8 from Nick Clemens <nick at 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.


More information about the Koha-bugs mailing list