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
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...
- No Document ID?
Hi I have a self hosted appwrite. My documents get a document ID but are not visible in the console. I don't know why this happens and how to fix this
- How to determine if a user is anonymous?
This is probably a silly question, but I have not yet found a good answer. Is there a method to determine if the current session is anonymous aside from seein...