Codeigniter-mongo-library
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" } } )
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.
HI @intekhabrizvi , Can you please help me with this.