mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix _ncontains typo
This commit is contained in:
@@ -116,7 +116,7 @@ export async function applyFilter(
|
||||
}
|
||||
|
||||
if (operator === '_ncontains') {
|
||||
dbQuery.where(key, 'like', `%${compareValue}%`);
|
||||
dbQuery.whereNot(key, 'like', `%${compareValue}%`);
|
||||
}
|
||||
|
||||
if (operator === '_gt') {
|
||||
|
||||
Reference in New Issue
Block a user