8
Autocomplete user search API does not partial match the current user
Source: nextcloud/server#48180 · opened by @enjeck
⚠️ This issue respects the following points: ⚠️ • This is a bug, not a question or a configuration/webserver/proxy issue. • This issue is not already reported on [Github]( OR [Nextcloud Community Forum]( _(I've searched it)_. • Nextcloud Server is up to date. See [Maintenance and Release Schedule]( for supported versions. • I agree to follow Nextcloud's [Code of Conduct]( Bug description When making a query to the autocomplete API, the currently authenticated user does not show up in the results, unless the full user name is provided. Steps to reproduce full name (shows result) curl -i -u admin:admin -X GET -H "OCS-APIRequest: true" ' partial name (no result) curl -i -u admin:admin -X GET -H "OCS-APIRequest: true" ' only happens for currently authenticated user, partial matches work for other users curl -i -u admin:admin -X GET -H "OCS-APIRequest: true" ' Expected behavior Partial…
No pledges yet. Be the first to back this.
Comments
Similar requests
feat(Filesystem): Register extra mount providers in partial FS setup
0 votes · 0 comments
user search does not search family name, finds entries that don't match
0 votes · 0 comments
Option to exclude native groups to share with for security perspective
0 votes · 0 comments
Feature to hide existing address book users from share filters when email already in system account
0 votes · 0 comments
Limit federation directory exchange to group or exclude group
0 votes · 0 comments
No comments yet.