I think you can pass it as a variable to a fetch specification.
Sent from my iPhone
> On Oct 12, 2023, at 10:45, Aaron Rosenzweig via Webobjects-dev
> wrote:
>
> Hi all,
>
> We can do a case insensitive like with EOF for *blue* on a text field (to
> find “blue” at the beginning, middle, o
Hi all,
We can do a case insensitive like with EOF for *blue* on a text field (to find
“blue” at the beginning, middle, or end of a field)
But what if we want to find an asterisk anywhere in a text field? How do we do
a case insensitive like looking for an asterisk anywhere in the text? Is thi