Skip to content

Commit

Permalink
and for middle name parts
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmcdermid committed Sep 10, 2024
1 parent 5a80826 commit e1971c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/components/studentFilters.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e1971c4

Please sign in to comment.