Re: wildcard search - how to escape asterisk?

2023-10-12 Thread Michael Kondratov via Webobjects-dev
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

wildcard search - how to escape asterisk?

2023-10-12 Thread Aaron Rosenzweig via Webobjects-dev
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