You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File that contains special characters like any of these ñíôùë*+ç$%&@? . iOS client performs a server-side-search over the content using an special character. Server does return empty or incomplete result. Some results seems not to be correct.
Steps to reproduce
Create a txt file called sum.txt with the following content:
one+one=two four+four=eight
using iOS client, searching by content:
typed string in client
returned
Passed?
comment
one
no result
❌
one exists twice
four
sum.txt
✅
+
no result
❌
+ exists
=
no result
❌
= exists
on
sum.txt
✅
one+one
no result
❌
one+one fits the content
four+four
no result
❌
four+four fits the content
there are more examples with the other characters mentioned above.
Describe the bug
File that contains special characters like any of these
ñíôùë*+ç$%&@?
. iOS client performs a server-side-search over the content using an special character. Server does return empty or incomplete result. Some results seems not to be correct.Steps to reproduce
Create a txt file called
sum.txt
with the following content:one+one=two
four+four=eight
using iOS client, searching by content:
sum.txt
sum.txt
there are more examples with the other characters mentioned above.
This is the curl you can use to reproduce:
replace
*one*
in theoc:pattern
property for different results.Setup
Created a docker container with server side search by using the following
docker-compose.yml
file:The text was updated successfully, but these errors were encountered: