Skip to content
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

Search function not working as expected #2

Open
waveyboym opened this issue Jul 5, 2023 · 0 comments
Open

Search function not working as expected #2

waveyboym opened this issue Jul 5, 2023 · 0 comments
Assignees
Labels
bug Something isn't working frontend a frontend issue such as a button not doing anything when clicked

Comments

@waveyboym
Copy link
Owner

When you try to search for a user or a room, the backend returns an empty array as the result which is not correct.
The issue boils down to:

  1. The structure of the query for searching is wrong and needs to be redone
  2. The issue itself is on the backend database, like firebase and needs to be resolved there instead

The file of interest is: MsgNavBar.tsx

@waveyboym waveyboym added the bug Something isn't working label Jul 5, 2023
@waveyboym waveyboym self-assigned this Jul 5, 2023
@waveyboym waveyboym added the frontend a frontend issue such as a button not doing anything when clicked label Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend a frontend issue such as a button not doing anything when clicked
Projects
None yet
Development

No branches or pull requests

1 participant