這是我到目前為止所做的filter := bson.M{ "$or": bson.A{ bson.M{"title": bson.M{"$regex": "input"}}, bson.M{"author": bson.M{"$regex": "input"}}, bson.M{"content": bson.M{"$regex": "input"}}, },}p.postProposalCollection.Find(ctx, filter)但它區(qū)分大小寫(xiě),無(wú)論如何都要將列title,小寫(xiě)author,content然后嘗試使用正則表達(dá)式進(jìn)行搜索。
1 回答

慕的地8271018
TA貢獻(xiàn)1796條經(jīng)驗(yàn) 獲得超4個(gè)贊
- 1 回答
- 0 關(guān)注
- 105 瀏覽
添加回答
舉報(bào)
0/150
提交
取消