Hi everyone,
I’m trying to filter documents in Payload CMS where a field (e.g., name) does not contain the # character. For example, given the following name values:
Product#1 Product#2 Product3
I want to retrieve only the entries that don’t have # in the name (e.g., Product3).
Any help or suggestions would be greatly appreciated!
Thanks in advance!