When Django\'s ORM translates a JSONB query using CONTAINS into SQL it uses the ->> operator which is working fine.
For example, something like:
&quo