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
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Not all rooms use English characters, but In Synapse Admin API's Rooms query seach_term don't accept non-ASCII characters.
Steps to reproduce
For example query to search rooms with Russian symbol "ж" using path /_synapse/admin/v1/rooms?dir=f&from=0&limit=10&order_by=name&search_term=%D0%B6 shows the error:
{
"errcode":"M_UNKNOWN",
"error":"Query parameter 'search_term' must be ascii"
}