I would log the created predicate, which might give you a good clue about what is not working.
Keary Suska
Esoteritech, Inc.
"Demystifying technology for your home or business"
> On Apr 28, 2019, at 1:40 AM, Luke <luke...@gmail.com> wrote:
>
> I have columns bound to a "name" and "desc" in a table.
>
> I've bound a SearchFieldCell to my ArrayController.
> The predicate I've coded there is:
> name contains[cd] $value OR desc contains[cd] $value
>
> It looks like this ought to work, but what happens is the matching only works against the "name" column, not the "desc" column.
> I've tried parens around the two clauses and also using ||.instead of OR. No dice.
>
> Any ideas, or is just a bug in Cappuccino?
>
>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups "Cappuccino & Objective-J" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to objec...@googlegroups.com.