집 > Q&A > 본문
RThttps://godoc.org/upper.io/db/mongo에서는 찾기 기능을 제공하는데 퍼지 매칭을 하고 싶습니다. func (self *Collection) Find(terms ...interface{}) db.Result다음 방법을 통해 매개변수를 전달하려고 합니다
https://godoc.org/upper.io/db/mongo
func (self *Collection) Find(terms ...interface{}) db.Result
단, 정규 매칭은 불가능합니다
漂亮男人2017-05-02 09:19:44
$regex 뒤에 : 콜론이 있는 이유는 무엇인가요?
$regex
: