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
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...
- [SOLVED] Appwrite Cloud and FRA cloud se...
Can anyone estimate how long this will take to resolve? I am checking status here https://status.appwrite.online/
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...