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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: