when searching with last word autocompleted trailing space is not trimmed
- Dominant language
- Kotlin
- Stars
- 5.6k
- Forks
- 2k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 92
Description
### ⚠️ Before posting ⚠️
- [x] This is a **bug**, not a question or an enhancement.
- [x] I've [searched for similar issues](https://github.com/nextcloud/android/issues) and didn't find a duplicate.
- [x] I've written a clear and descriptive title for this issue, not just "Bug" or "Crash".
- [x] I agree to follow Nextcloud's [Code of Conduct](https://nextcloud.com/contribute/code-of-conduct/).
### Steps to reproduce
1. search for a folder (e.g "files"
2. select some completion from the keyboard or (adding a space at the end after a word) (eg. "files ")
3. search won't find it
### Expected behaviour
The search trims trailing spaces (if not specified somehow explicitly) and the finds the something (in eg. the folder "files")
### Actual behaviour
The folder "files" is not found, as it is searched for "files "
### Android version
16
### Device brand and model
Pixel 7a
### Stock or custom OS?
Stock
### Nextcloud android app version
34.0.0
### Nextcloud server version
33.0.5
### Using a reverse proxy?
I don't know
### Android logs
_No response_
### Server error logs
```bash
```
### Additional information
This behaviour frustrates me as searching often returns nothing where it shouldn't.
I haven't considered files/folders actually ending on a space, they don't make sense to me that much and should be found none the less.
Contributor guide
Assessment
This issue has not been assessed yet.