When I enter a query into the search in auth to search a user it does not show the results. I found out it's the case when the user count exceeds the "X users per page". Reloading the page will show the results. But it works when it doesn't finy any user with the query and will show a blank page.
The total page counter at the bottom updates accurately.
Appwrite v.1.4.1
TL;DR
The search feature in the console does not display results correctly when the number of users exceeds the set limit. Reloading the page will show the results, but this issue occurs when there are no users found with the query. The total page counter at the bottom of the page updates correctly.
Solution: Reloading the page will display the search results correctly.