We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to add this feature to the add_fulltext_index() function?
The text was updated successfully, but these errors were encountered:
Hi Marcelosz,
I will take a look and get back to you.
Thanks, Joohwan
Sorry, something went wrong.
Thanks!
Actually the minimum length is already implemented. You just need to set the min_length variable on add_fulltext_index:
min_length
add_fulltext_index
collection.add_fulltext_index(fields=['example'], min_length=4)
I will be closing this ticket as the issue is closed. Let me know if you have any other questions!
No branches or pull requests
Is it possible to add this feature to the add_fulltext_index() function?
The text was updated successfully, but these errors were encountered: