Skip to content

Commit 28f878c

Browse files
authored
Document that a Tag search uses AND logic (#108)
1 parent d97d482 commit 28f878c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

powershell-gallery/powershellget-3.x/Microsoft.PowerShell.PSResourceGet/Find-PSResource.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,8 @@ Accept wildcard characters: True
325325

326326
### -Tag
327327

328-
Filters search results for resources that include one or more of the specified tags.
328+
Filters search results for resources that include the specified tags. If multiple tags are
329+
specified, the cmdlet only returns resources that include all the tags provided.
329330

330331
```yaml
331332
Type: System.String[]

0 commit comments

Comments
 (0)