-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Search in the"disabled users" section does not work #44936
Comments
Reminds me of #43658 a little. |
Had a look and filtering in the disabled users section doesn't work like it does in "Active users" because we use an optimized endpoint for querying disabled users which unlike the general users endpoint does not accept a search query We would need to accept a search query here
|
It’s a bit complicated to support search in disabled users. We’d need to add a search parameter to implementations of |
I'd say the best option would be adding the search param as since user listing is paginated then filtering on frontend only would show no existing user if they have not already been fetched in the batch of paged users unlike in "Active users" |
Version 27 was using this endpoint: |
Reenable it where? |
Bug description
In the Nextcloud 28.0.4 version, the search in the "disabled users" section does not work.
If a search string is entered in the search mask, nothing can be found and the list of all deactivated users is still displayed.
Steps to reproduce
Expected behavior
The same as for "Active Users", ability to use search like a filter
Installation method
None
Nextcloud Server version
28
Operating system
None
PHP engine version
PHP 8.1
Web server
Apache (supported)
Database engine version
None
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
Filter do not do it's job:
The text was updated successfully, but these errors were encountered: