Closed chrisnoden closed 1 year ago
If my (simple) JSONB array contains integers/numbers (non-strings), there seems to be no way to find them. JSONB_EXISTS, etc, searches only for string values.
Ignore, I found that I should be using JsonbContains
If my (simple) JSONB array contains integers/numbers (non-strings), there seems to be no way to find them. JSONB_EXISTS, etc, searches only for string values.