Skip to content

Conversation

@stefanodado
Copy link

Now is possible to set the timeout value to avoid the problem of queries timeout.
I've add an item in config file and modify the library to get the value.

Is possibile to set timeout value ( in seconds, default 30, -1 no timeout ) in the config file to avoid a queries timeout
Modify to get timeout value
@IAmMukeshKumar
Copy link

Hi @stefanodado ,

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

Do you have any equivalent query in this libray for above given query.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants