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
When I try to use Query.search('title', query) , it works for all the worlds except words having 'a' as a character.
It should be able to return data having title containing letter 'a' when I provide 'a' in the query.
Empty
Version 0.10.x
Windows
No response
The text was updated successfully, but these errors were encountered:
@AryanShah874, thanks for creating this issue! 🙏🏼
If you're looking for text that contains a substring, you should use the Query.contains() query. See https://appwrite.io/docs/products/databases/queries.
Query.contains()
The Query.search() query uses mariadb's full text search feature. You can read about how it works here.
Query.search()
Sorry, something went wrong.
stnguyen90
No branches or pull requests
👟 Reproduction steps
When I try to use Query.search('title', query) , it works for all the worlds except words having 'a' as a character.
👍 Expected behavior
It should be able to return data having title containing letter 'a' when I provide 'a' in the query.
👎 Actual Behavior
Empty
🎲 Appwrite version
Version 0.10.x
💻 Operating system
Windows
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: