THM-Health / PILOS

PILOS is an easy-to-use open source front-end for BigBlueButton servers with a built-in load balancer. Docker-Images: https://hub.docker.com/r/pilos/pilos
https://thm-health.github.io/PILOS/
GNU Lesser General Public License v2.1
51 stars 19 forks source link

Confusing search query naming on admin pages #1602

Open Sabr1n4W opened 5 days ago

Sabr1n4W commented 5 days ago

Currently, the search query used when searching on admin pages (users index, roles index, ...) is named name. This is confusing because the search query is not only applied for the name.

For example, when searching for users on the user index page the search applies to the firstname, lastname and email of the users.

Describe the solution you'd like The search query should maybe be renamed to search or something similar to prevent confusion because of the naming.

Additional to this the search query naming should match the search query naming used on other pages (e.g. rooms index)