mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 23:24:03 +00:00
Merge branch 'master' of https://github.com/sajjad-shirazy/strapi
This commit is contained in:
commit
9453eb3829
@ -1116,6 +1116,13 @@ module.exports = function(strapi) {
|
||||
symbol: 'NOT IN',
|
||||
value: _.isArray(value) ? value : [value],
|
||||
};
|
||||
break;
|
||||
case '_nin':
|
||||
result.key = `where.${key}`;
|
||||
result.value = {
|
||||
symbol: 'NOT IN',
|
||||
value,
|
||||
};
|
||||
break;
|
||||
default:
|
||||
return undefined;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user