Jesús Recio
Jesús Recio
Are you sure that's a problem in the web? I can reproduce the same behaviour in Android client. Checking the request flow with mitmproxy, both `PUT` and `PATCH` operations are...
So, options 1. and 2. are discarded. Could you elaborate about option 3.?
OTOH, using a date for a more accurate search, does not work either ``` ((mtime:>2024-12-31T23:00:00+00:00) AND (name:"*Joe*")) 100 ``` returns an empty set of values.
cc @felix-schwarz :point_up_2:
About the described problems: - Date comparison and filtering is OK after the [fix](https://github.com/owncloud/ios-app/pull/1452) from @felix-schwarz - About the [prefix matching ](https://github.com/owncloud/ocis/issues/11060#issuecomment-2715351914): > search by + or = returns No...
So, it's not totally clear how it works under the hood. I've checked with different special characters and it works fine with no scaping. For a file with the following...
Thanks a lot @jvillafanez for the clear explanation. I have just one question: ``` $bleve dictionary bleve Content demonstr - 1 ``` why `demonstr` and not the whole `demonstration` word...
not ftm @kobergj , anf thanks @jvillafanez
Could you post info/documentation about Sharing NG that will help up to estimate the work to do? @DeepDiver1975. Thanks!
@DroidSU go ahead! Let us know any help you need. Take a look to our [contribution guidelines](https://github.com/owncloud/android/blob/master/CONTRIBUTING.md), so that you will understand better our process and our way to work....