ScientaNL / DoctrineJsonFunctions

Doctrine DQL functions for SQL JSON data type
MIT License
547 stars 50 forks source link

How to find integer values #91

Closed chrisnoden closed 1 year ago

chrisnoden commented 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.

chrisnoden commented 1 year ago

Ignore, I found that I should be using JsonbContains