Skip to content

feat/#58 채팅방 목록 조회 api에 키워드 검색 추가#63

Merged
gol2580 merged 1 commit intomainfrom
feat/#62-search-chat-room
Feb 27, 2025
Merged

feat/#58 채팅방 목록 조회 api에 키워드 검색 추가#63
gol2580 merged 1 commit intomainfrom
feat/#62-search-chat-room

Conversation

@gol2580
Copy link
Contributor

@gol2580 gol2580 commented Feb 26, 2025

수정사항

image

      {
        "chatRoomId": 118,
        "memberId": 1,
        "title": "잘하고 있는지 모르겠어",
        "lastMessageDate": "2025-02-25T23:46:53.387Z"
      },
      {
        "chatRoomId": 73,
        "memberId": 1,
        "title": "잘하고 있는지 모르겠어",
        "lastMessageDate": "2025-02-25T23:45:41.087Z"
      }
    ]

다음과 같이 채팅방 목록을 조회하는 api에 required=false인 keyword를 추가하면
채팅방 제목에 해당 키워드를 포함하는 목록만 조회하는 기능을 추가합니다

ISSUE

resolved #62

@gol2580 gol2580 self-assigned this Feb 26, 2025
@gol2580 gol2580 merged commit 95ee86c into main Feb 27, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

채팅방 제목 검색기능을 추가합니다

1 participant