mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-14 07:24:11 +01:00
Clarify which collation to use for user directory searching
This commit is contained in:
parent
e926b4a840
commit
bb515d15a4
|
|
@ -37,7 +37,8 @@ paths:
|
||||||
room with and those who reside in public rooms.
|
room with and those who reside in public rooms.
|
||||||
|
|
||||||
The search is performed case-insensitively on user IDs and display
|
The search is performed case-insensitively on user IDs and display
|
||||||
names.
|
names preferably using a collation determined based upon the
|
||||||
|
``Accept-Language`` header provided in the request, if present.
|
||||||
operationId: searchUserDirectory
|
operationId: searchUserDirectory
|
||||||
security:
|
security:
|
||||||
- accessToken: []
|
- accessToken: []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue