Skip to content

Update PSGallery "Items Tab" (for the new prerelease feature) #1957

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 15, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 37 additions & 27 deletions gallery/psgallery/psgallery_items_tab.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,50 @@ keywords: gallery,powershell,cmdlet,psgallery
title: psgallery_items_tab
---

Items Tab
==========
# Items Tab

The Items Tab displays all available items in the PowerShell Gallery.

To see only Modules in the PowerShell Gallery, click Modules in the Items Tab drop down. Similarly, to see only Scripts in the PowerShell Gallery, click Scripts in the Items Tab drop down.
The [Items tab](https://www.powershellgallery.com/items) displays all available items in the PowerShell Gallery.

There are several ways to filter, sort, and search the items.
To see more details about a particular item, click the item.

There are several ways to sort the items:
## Filter By

The drop-down under "Filter By" allows users to filter the results by:
* Include Prerelease
* Stable Only

For information about "Prerelease" and "Stable", see [Prerelease Versioning Added to PowerShellGet and PowerShell Gallery](https://blogs.msdn.microsoft.com/powershell/2017/12/05/prerelease-versioning-added-to-powershellget-and-powershell-gallery/) in the PowerShell Team Blog.

The checkboxes under the drop-down allow users to filter the results by:
* Item Types
- Module
- Script
* Categories
- Cmdlet
- DSC Resource
- Function
- Role Capability
- Workflow

##Filter By##
The Filter By section allows users to filter the results by:
* Item Type:
* Modules
* Scripts
* Category:
* Cmdlet
* DSC Resource
* Function
* Workflow
To see only modules in the PowerShell Gallery, check Module in the Item Types.
Similarly, to see only scripts in the PowerShell Gallery, check Script in the Item Types.

Note: Filters are inclusive.
Example: An item containing both Cmdlets and Functions will appear if either Cmdlet or Function (or both) are checked. If neither are selected, the item will not appear.
Similarly, if all categories are selected, only items containing one of those categories will appear. **Items that do not belong to any of those categories will not appear.**
> [!NOTE]
> Filters are inclusive.
> Example: An item containing both cmdlets and functions will appear if either Cmdlet or Function (or both) are checked.
> If neither are selected, the item will not appear.
> Similarly, if all categories are selected, only items containing one of those categories will appear.
> **Items that do not belong to any of those categories will not appear.**

##Sort By##
The Sort By drop down allows users to sort the results by:
* Popularity - Popularity is determined by Download Count.
* A-Z - Alphabetically by item name.
* Recent - Items appear in order of publish date.
## Sort By

The Sort By drop-down allows users to sort the results by:
* Popularity - Popularity is determined by Download Count
* A-Z - Alphabetically by item name
* Recent - Items appear in order of publish date

##Search Box##
The Search Box allows users to search the items on keywords.
See [Search Syntax](./psgallery_search_syntax.md) for more details.
## Search Box

The Search Box allows users to search the items on keywords.
For more information, see [Gallery Search Syntax](psgallery_search_syntax.md).