-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
unresolved: Add support for searching for unresolved topics. #32810
base: main
Are you sure you want to change the base?
Conversation
Hello @zulip/server-search members, this pull request was labeled with the "area: search" label, so you may want to check it out! |
e80d89e
to
940da6e
Compare
940da6e
to
79bd8ee
Compare
Hi @alya , would you like to test the behaviour manually? |
Hi @alya , could you please take a look at this? |
Cool, works for me in manual testing. Let's also rename "Topics marked as resolved" -> "Resolved topics". |
And let's document how to search for unresolved topics in the It's already documented in the help center. |
Once you've made these tweaks, can you see if @PieterCK has time to review? |
79bd8ee
to
2b417bc
Compare
2b417bc
to
61c6102
Compare
61c6102
to
8ed44d1
Compare
This PR adds support for searching unresolved topics.
It achieves this in the following ways:
-is:resolved
into the search pill.Fixes: #31725.
Screenshots and screen captures:
Unresolved and Resolved in the typeahead:
Unresolved in the history of last searched option:
Resolved Topics Heading:
Unresolved Topics in `?` menu:
Self-review checklist
(variable names, code reuse, readability, etc.).
Communicate decisions, questions, and potential concerns.
Individual commits are ready for review (see commit discipline).
Completed manual review and testing of the following: