← Back to list
Search both first and last name in Mongoose
Search both first and last name in Mongoose
arrConditionOr.push({
"$expr": {
"$regexMatch": {
"input": {"$concat": ["$firstName", " ", "$lastName"]},
"regex": searchUserDto.keyword.toString(),
"options": "i"
}
}
}
);
메타데이터
- post_id
- 7dad15fe077f
- slug
- search-both-first-and-last-name-in-mongoose-7dad15fe077f
- url
- https://medium.com/@khajehossini/search-both-first-and-last-name-in-mongoose-7dad15fe077f
- canonical_url
- https://medium.com/@khajehossini/search-both-first-and-last-name-in-mongoose-7dad15fe077f
- author_url
- https://medium.com/@khajehossini
- status
- ok
- fetched_at
- 2026-07-20 06:28:39