Skip to content

Commit

Permalink
Update searching-discussions.md (#26299)
Browse files Browse the repository at this point in the history
  • Loading branch information
jricciardi authored Jul 12, 2023
1 parent a516fd5 commit c2c5a63
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions content/search-github/searching-on-github/searching-discussions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

0 comments on commit c2c5a63

Please sign in to comment.