wildcard Search for custom fields value Follow
Hi
I've create a custom field that call (customer) and now want to find all customer fields that contain data.
I try to use wildcard (customer:*) but don't return any issue ! while I have issues that have customer value.
FYI: customer field type is enum
do you have any idea to get query from custom fields?
Thanks,
Please sign in to leave a comment.
Hi,
Please try `has: customer` and let me know if it helps.