Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. $cursor=$collection->find(array('$text'=>(array('$search'=>$s))),
  2. array("score"=> array('$meta'=>"textScore"))
  3. );
  4.  
  5. $cursor =$cursor->sort(array("score"=>1));
  6.  
  7. var_dump($cursor->getNext());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement