강의

멘토링

커뮤니티

Inflearn Community Q&A

hankh1130011's profile image
hankh1130011

asked

Learn by Following Along Node, React Series - Building a Shopping Mall Site [Complete Renewal]

Product 모델 질문입니다.

Written on

·

275

1

깃허브에 올려놓은신거 참고 하면서 하다보니

Product.js 하단에

productSchema.index({
title: 'text',
description: 'text'
}, {
weights: {
title: 5,
description: 1
}

}

이런 부분이 있던데 이걸 안넣어줘도 DB에 잘들어가긴 하던데 저걸 넣어주고 안넣어주고의 차이가 궁금합니다.

웹앱reduxreactmongodbnodejs

Answer 2

1

John Ahn님의 프로필 이미지
John Ahn
Instructor

어떠한 것을 더 강조하며 검색기능을 실행할지 더 자세하게 설정해주는 부분입니다 ~ ! 

0

hksy113님의 프로필 이미지
hksy113
Questioner

감사합니다

hankh1130011's profile image
hankh1130011

asked

Ask a question