We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Suppose we start with the below address book for persons:
Observe that Amy is assigned to the event Graduation.
Amy
Graduation
Now, I attempt to assign a tag to Amy, by typing this in:
Notice that the Graduation word is now gone, replaced by sister:
sister
A fix for this bug would be to ensure that we display both person tags and the events that a person is assigned to.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Suppose we start with the below address book for persons:
Observe that
Amy
is assigned to the eventGraduation
.Now, I attempt to assign a tag to
Amy
, by typing this in:Notice that the
Graduation
word is now gone, replaced bysister
:A fix for this bug would be to ensure that we display both person tags and the events that a person is assigned to.
The text was updated successfully, but these errors were encountered: