I think you are right.
On Aug 26, 5:10 pm, Carlos <[email protected]> wrote: > Hi, > > Should the following work (directly, e.g. from shell)?: > > IS_IN_SET([1,2,3])(2) > > I can see that it returns an error if the __call__ arg is not a string. > > The following works ok: > > IS_IN_SET([1,2,3])('2') > > So my question is: should IS_IN_SET work directly with integers (instead of > converting them to strings first)?. > > Thanks, > > Carlos

