2
此代碼$文本轉儲到異常不能使用字符串
self.staticVars.Model
.find({shortAddress: {$text : { $search: data.text }}, _town: data._town},{limit: 10})
.populate('_street _district')
.sort({house: 1})
.exec(callback);
異常
Can't use $text with String
型號
shortAddress: {
type: String
},
指數
collection.ensureIndex({fullAddress: 'text', shortAddress: 'text'}, { default_language: "russian" },function(){});