<!-- Please provide some context on what problem you are trying to solve and how this feature is going to help. --> 1、create index for specify field 2、fuzzy match ```javascript db.franchisers.find( {name:{$regex:"测试"}} ) ```