Codeigniter-mongo-library icon indicating copy to clipboard operation
Codeigniter-mongo-library copied to clipboard

Find and search option is not available. db.stores.find( { $text: { $search: "java coffee shop" } }, { score: { $meta: "textScore" } } ).sort( { score: { $meta: "textScore" } } )

Open IAmMukeshKumar opened this issue 4 years ago • 1 comments

db.stores.find( { $text: { $search: "java coffee shop" } }, { score: { $meta: "textScore" } } ).sort( { score: { $meta: "textScore" } } )

I am not able to find any function that can meet above query solution. Please help me.

IAmMukeshKumar avatar Nov 08 '21 20:11 IAmMukeshKumar

HI @intekhabrizvi , Can you please help me with this.

IAmMukeshKumar avatar Nov 08 '21 20:11 IAmMukeshKumar