← Back to list

Search both first and last name in Mongoose

Yadollah khaje hosseini · 2022-03-05 13:22 · 0 claps · 0.1 min read
#nestjs #mongoose #concat #full-name
Open on Medium ↗

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