You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/search-github/searching-on-github/searching-discussions.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,23 @@ Both qualifiers take a date as a parameter. {% data reusables.time_date.date_for
129
129
| <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.
130
130
| <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.
131
131
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".
0 commit comments