mirror of
https://github.com/strapi/strapi.git
synced 2025-10-20 12:31:29 +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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Experimental, only for internal use
|
||||||
// Only on MySQL, PostgreSQL and CockroachDB.
|
// Only on MySQL, PostgreSQL and CockroachDB.
|
||||||
// https://knexjs.org/guide/query-builder.html#wherejsonsupersetof
|
// https://knexjs.org/guide/query-builder.html#wherejsonsupersetof
|
||||||
case '$jsonSupersetOf': {
|
case '$jsonSupersetOf': {
|
||||||
|
@ -22,6 +22,7 @@ const WHERE_OPERATORS = [
|
|||||||
'$notContains',
|
'$notContains',
|
||||||
'$containsi',
|
'$containsi',
|
||||||
'$notContainsi',
|
'$notContainsi',
|
||||||
|
// Experimental, only for internal use
|
||||||
'$jsonSupersetOf',
|
'$jsonSupersetOf',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user