1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Update searching-discussions.md (#26299)

This commit is contained in:
Jay
2023-07-12 03:12:04 -07:00
committed by GitHub
parent a516fd5192
commit c2c5a63c0c

View File

@@ -129,6 +129,23 @@ Both qualifiers take a date as a parameter. {% data reusables.time_date.date_for
| <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.
| <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.
## Search by category
You can filter discussions by specific discussions categories.
| Qualifier | Example |
| :- | :- |
| <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".
## Search by label
You can filter discussions by specific labels that are applied to discussions.
| Qualifier | Example |
| :- | :- |
| <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".
## Further reading
- "[AUTOTITLE](/search-github/getting-started-with-searching-on-github/sorting-search-results)"