
Hello. I have an text attribute which is fulltext indexed. In some documents I have the context which is like "example b-04 text". I would like to be able to search on the "b-04" string but the query doesn't return any document. I guess the problem is related to the dash "-" symbol. Do you have any suggestion how to work with this ? Thank you

The problem is partially the dash, but also the short words. See https://github.com/appwrite/appwrite/discussions/5005

OK. I will make a substitution of "-" with "_". I will make it invisible to the user and it should work. Thank you!

However, I think our latest version has a bug with underscores. I think it's fixed but hasn't been released yet

I'm currently on 1.2. Is the bug also present there?

No I don't think so

OK I'll try this way and let you know if there is any issue.
Recommended threads
- Documents deleted in bulk API don't trig...
I have a function that is triggered when a document is deleted databases.x.collections.x.documents.*.delete. When I delete documents using the deleteDocuments ...
- Can't create documents. ID already exist...
- 500 Internal Server Error
please help i cant access the database due to this error
