diff --git a/backend/src/components/studentFilters.js b/backend/src/components/studentFilters.js index 573f4cda..983b520b 100644 --- a/backend/src/components/studentFilters.js +++ b/backend/src/components/studentFilters.js @@ -745,7 +745,7 @@ function createNameCriteria(key, nameString) { operation: FILTER_OPERATION.CONTAINS_IGNORE_CASE, value: `%${name}%`, valueType: VALUE_TYPE.STRING, - condition: CONDITION.OR + condition: CONDITION.AND }); }); } else {