Thank you Jesse and Michael,
I’ll share the solution we came up with :-)
We have a “user search” tool were we can dynamically fill out and query for
users in the system with various checks such as obvious things like first and
last name but also by their roles, whether they are expired or not,
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