Skip to content

Commit 03c390f

Browse files
authored
Update filtering instructions in search doc (#6286)
1 parent b5b52c1 commit 03c390f

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

doc/help-search.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,27 @@
1919

2020
## Filters
2121

22-
The search UI also supports filters:
22+
The search UI also supports filters.
23+
On a wide screen,
24+
the filter options will appear to the left of the search results.
25+
On a non-wide screen, to open the filter options,
26+
click the filter icon to the right of the search bar.
2327

24-
- On the left of the search bar, select 'Dart' or 'Flutter' depending on the
25-
SDK you are developing with.
28+
- To filter by Dart or Flutter support,
29+
expand the **SDKs** section,
30+
then select the SDK you are developing with.
2631

27-
- On the right of the search bar, click the platform filter buttons to filter
28-
results to packages supporting the platforms you need support for.
32+
- To filter by platform, under the **Platforms** section,
33+
select all platforms you intend to support.
2934

30-
- To use platform filters for alpha platforms (e.g. Flutter Desktop), use
31-
the Advanced option on the far right of the search bar.
35+
- To filter for only packages with [OSI approved licenses][],
36+
expand the **License** section,
37+
then select **OSI approved**.
38+
39+
- For other filters, such as including unlisted packages,
40+
expand the **Advanced** section.
41+
42+
[OSI approved licenses]: https://opensource.org/licenses
3243

3344
## Ranking
3445

0 commit comments

Comments
 (0)