mirror of
https://github.com/strapi/strapi.git
synced 2025-09-03 05:39:36 +00:00
chore: mark jsonSuperSetOf as experimental and for internal use
This commit is contained in:
parent
2a2faea1d4
commit
db97bf9ff3
@ -276,6 +276,7 @@ const applyOperator = (qb, column, operator, value) => {
|
||||
break;
|
||||
}
|
||||
|
||||
// Experimental, only for internal use
|
||||
// Only on MySQL, PostgreSQL and CockroachDB.
|
||||
// https://knexjs.org/guide/query-builder.html#wherejsonsupersetof
|
||||
case '$jsonSupersetOf': {
|
||||
|
@ -22,6 +22,7 @@ const WHERE_OPERATORS = [
|
||||
'$notContains',
|
||||
'$containsi',
|
||||
'$notContainsi',
|
||||
// Experimental, only for internal use
|
||||
'$jsonSupersetOf',
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user