NSSearchField Problem

Help dear friends,

I am trying to set up a search field that will search inside an ArrayController.

I am using Shane’s chapter 5 “One more thing” example:

When I place under “Bindings”, “Predicate”, the predicate format:

theEmitentes contains $value

it works fine, although the search is case sensitive.

When I try to make the search ignoring case using the predicate format:

theEmitentes [cd] contains $value

Then I get this error, and the search no longer works…

Thanks for any suggestions…

Solved it!

It is a little error on Shane’s book.

He display an image saying:

theName [cd] contains $value

But the text says clearly:

place [cd] after contains!!