#TomHS
1 messages · Page 1 of 1 (latest)
I think there is a not operator that might provide a good workaround. Let me check
Er, even better, there is a NULL operator: https://stripe.com/docs/search#search-syntax
Which would return cases where records are empty
So does NULL work for places with no key? I thought it just checked for an empty key
Hmmm, good point. I didn't realize you meant the absence of any metadata, though I see now that you did specify that (apologies the server is busy and I'm juggling many threads). I think you would have to come up with a custom solution for this on your end by getting all Charges and filtering the payload
This seems like a limitation of the Search API