-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ slug: / | |
Read more about: | ||
|
||
* [Namespaces](/namespaces) | ||
* [Search features](/search-features) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Search features | ||
slug: search-features | ||
--- | ||
|
||
While searching for packages you may want to refine the search terms with modifiers. | ||
Currently, the following modifiers are available: | ||
|
||
* `depends:<@namespace>/<packagename>`: Shows the dependents page for a package | ||
* `in:<@namespace> <packagename>`: Searches for a package name in the specified namespace | ||
* `in:<@namespace>`: Lists packages in a namespace | ||
|
||
These modifiers must be placed at the very beginning of the search query, otherwise they will | ||
be interpreted as a search term. |