Sorting & Filtering

On the Releases page, you can use the "Sort By" dropdown to sort releases by:

Search on the Releases page supports both raw text and query syntax, and you can search using the following properties:

  • release - Search based on string comparison.
  • release.stage - Search releases with matching adoption stage. Can be adopted, low_adoption, or replaced. Learn more about release adoption stages.

If you are using our semantic versioning format, you can use the following query tokens:

  • release.package - Search releases with matching package names.
  • release.version - Search releases with matching semantic version. Supports ranges and wildcards (for example, release.version:>7.8 or release.version:1.2.*).
  • release.build - Search releases with matching build numbers.

Learn more about search queries in our full Search documentation.

Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").