Skip to content

autocomplete: Filter user-autocomplete results according to email match, not just name #236

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

Open
chrisbobbe opened this issue Jul 21, 2023 · 1 comment
Labels
a-compose Compose box, autocomplete, attaching files/images

Comments

@chrisbobbe
Copy link
Collaborator

Currently, typing @cbobbe in the compose box gives no user-mention autocomplete results, even though my user's email address starts with cbobbe. We should include a user in the results if the query matches the user's email address.

@chrisbobbe chrisbobbe added the a-compose Compose box, autocomplete, attaching files/images label Jul 21, 2023
@chrisbobbe chrisbobbe added this to the Post-launch milestone Jul 21, 2023
@Khader-1
Copy link
Collaborator

Khader-1 commented Mar 24, 2024

We should show the email in the popup as well, at least when the user's email matches the query but the name doesn't

Khader-1 added a commit to Khader-1/zulip-flutter that referenced this issue Mar 28, 2024
'testUser' is a filter function that is expected to get complicated
as we add features. For example it will be responsible for filtering
users based on email, name, stream activity, etc. More on this: zulip#236
so it is useful to have the test cases for 'testUser' grouped.
gnprice pushed a commit to Khader-1/zulip-flutter that referenced this issue Mar 29, 2024
'testUser' is a filter function that is expected to get complicated
as we add features. For example it will be responsible for filtering
users based on email, name, stream activity, etc. More on this: zulip#236
so it is useful to have the test cases for 'testUser' grouped.
VatsalBhesaniya pushed a commit to VatsalBhesaniya/zulip-flutter that referenced this issue Mar 29, 2024
'testUser' is a filter function that is expected to get complicated
as we add features. For example it will be responsible for filtering
users based on email, name, stream activity, etc. More on this: zulip#236
so it is useful to have the test cases for 'testUser' grouped.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-compose Compose box, autocomplete, attaching files/images
Projects
Status: No status
Development

No branches or pull requests

2 participants