when i search 'stack_art_board' , I can not get the right result but when i search "stack" , i can got stack_art_board item Can be tested on a running website "pubdev.top" , and search 'stack_art_board' and 'stack'
the des in this document is:
stack_art_board||*|A Flutter package consisting of stacks that allows adding any widgets, and enables editing, deleting, and changing the order of layers.
Query.search("des", "stack_art_board") ==> no this document Query.search("des", "stack") ==> got this document
Hi - which version?
also, here is a related issue https://github.com/appwrite/appwrite/issues/5546
v1.3.6
upgrade to v1.3.7 still exist
The fix hasn't been added to Appwrite yet
Recommended threads
- Having issues with login via CLI
``` ~/appwrite ξ° appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...