Det visade sig att jag bara hade fästena på fel ställe .. och det borde ha läst.
//This works
db.test.find(
{ $text: { $search: 'york' } },
{ score: { $meta: 'textScore' } }
);
Det visade sig att jag bara hade fästena på fel ställe .. och det borde ha läst.
//This works
db.test.find(
{ $text: { $search: 'york' } },
{ score: { $meta: 'textScore' } }
);