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
Use a certain word to find the problem. But the result is not what I want. I used spaces to split different words. But it didn't work.
For example, the question I found did not have the word “any” in it.
The text was updated successfully, but these errors were encountered:
@Liamn0244 Because the search function deletes spaces before and after the word, and the basic search only performs simple matching without tokenizing the original text, I would recommend using other search plugins to help you achieve better search functionality. https://github.com/apache/incubator-answer-plugins/tree/main/search-meilisearch
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Use a certain word to find the problem. But the result is not what I want. I used spaces to split different words. But it didn't work.
For example, the question I found did not have the word “any” in it.
To Reproduce
The text was updated successfully, but these errors were encountered: