Skip to content

Commit c2c5a63

Browse files
authored
Update searching-discussions.md (#26299)
1 parent a516fd5 commit c2c5a63

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

content/search-github/searching-on-github/searching-discussions.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,23 @@ Both qualifiers take a date as a parameter. {% data reusables.time_date.date_for
129129
| <code>created:<em>YYYY-MM-DD</em></code> | [**created:>2020-11-15**](https://github.com/search?q=created%3A%3E%3D2020-11-15&type=discussions) matches discussions that were created after November 15, 2020.
130130
| <code>updated:<em>YYYY-MM-DD</em></code> | [**weird in:body updated:>=2020-02-01**](https://github.com/search?q=weird+in%3Abody+updated%3A%3E%3D2020-12-01&type=Discussions) matches discussions with the word "weird" in the body that were updated after December 2020.
131131

132+
## Search by category
133+
134+
You can filter discussions by specific discussions categories.
135+
136+
| Qualifier | Example |
137+
| :- | :- |
138+
| <code>category:<em>CATEGORYNAME</em></code> | [**category:Ideas**](https://github.com/search?utf8=%E2%9C%93&q=category%3Aideas) matches discussions categories that match the name "Ideas".
139+
140+
## Search by label
141+
142+
You can filter discussions by specific labels that are applied to discussions.
143+
144+
| Qualifier | Example |
145+
| :- | :- |
146+
| <code>label: <em>"LABEL NAME"</em></code> | [**label:"Product Feedback"**](https://github.com/search?utf8=%E2%9C%93&q=label%3A%22product+feedback%22&type=discussions) matches discussions that match the label "Product Feedback".
147+
148+
132149
## Further reading
133150

134151
- "[AUTOTITLE](/search-github/getting-started-with-searching-on-github/sorting-search-results)"

0 commit comments

Comments
 (0)