I am doing db.search and I would like search in such a way that any status ( field here ) would come into the result, so I want to use Wildcard "*", can anyone please help me here
If you want to find any non-empty status, you don't need any wildcarding. Just use this:
Status <> ""
If all you care about is existence of the Status field, whether it's filled in or empty, you can use
@IsAvailable(Status)
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more