Skip to main content

Sorting search results

You can sort search results using the Sort menu, or by adding a sort qualifier to your query.

Note

Sorting search results is not supported for code search. For more information on code search, see About Code Search.

Use the Sort dropdown menu to sort results by relevance, number of stars, number of forks, and how recently the items were updated.

To sort by interactions, reactions, author date, committer date, or how recently the items were updated, you can add a sort qualifier to your search query.

Sort by interactions

The sort:interactions qualifier sorts by the highest combined number of reactions and comments.

QualifierExample
sort:interactions or sort:interactions-descorg: sort:interactions matches issues in repositories owned by , sorted by the highest combined number of reactions and comments.
sort:interactions-ascorg: sort:interactions-asc matches issues in repositories owned by , sorted by the lowest combined number of reactions and comments.

Sort by reactions

The sort:reactions qualifier sorts by the number or type of reactions.

QualifierExample
sort:reactions or sort:reactions-descorg: sort:reactions matches issues in repositories owned by , sorted by the highest number of reactions.
sort:reactions-ascorg: sort:reactions-asc matches issues in repositories owned by , sorted by ascending number of reactions (the fewest to the most).
sort:reactions-reactionorg: sort:reactions-+1 matches issues in repositories owned by , sorted by most thumbs up (👍) reactions.
sort:reactions-reactionorg: sort:reactions--1 matches issues in repositories owned by , sorted by most thumbs down (👎) reactions.
sort:reactions-reactionorg: sort:reactions-smile matches issues in repositories owned by , sorted by most laugh (😄) reactions.
sort:reactions-reactionorg: sort:reactions-tada matches issues in repositories owned by , sorted by most hurray (🎉) reactions.
sort:reactions-reactionorg: sort:reactions-heart matches issues in repositories owned by , sorted by most heart (❤️) reactions.

Sort by author date

The sort:author-date qualifier sorts by descending or ascending author date.

QualifierExample
sort:author-date or sort:author-date-descfeature org: sort:author-date matches commits containing the word "feature" in repositories owned by , sorted by descending author date.
sort:author-date-ascfeature org: sort:author-date-asc matches commits containing the word "feature" in repositories owned by , sorted by ascending author date.

Sort by committer date

The sort:committer-date qualifier sorts by descending or ascending committer date.

QualifierExample
sort:committer-date or sort:committer-date-descfeature org: sort:committer-date matches commits containing the word "feature" in repositories owned by , sorted by descending committer date.
sort:committer-date-ascfeature org: sort:committer-date-asc matches commits containing the word "feature" in repositories owned by , sorted by ascending committer date.

Sort by updated date

The sort:updated qualifier sorts by how recently the items were updated.

QualifierExample
sort:updated or sort:updated-descfeature sort:updated matches repositories containing the word "feature," sorted by most recently updated date.
sort:updated-ascfeature sort:updated-asc matches repositories containing the word "feature," sorted by least recently updated date.

Further reading