Skip to content

Commit d5a56d1

Browse files
committed
Merge pull request #1323 from szabgab/szabgab/faq-prefix-search
explain some of the 'type-based' searches #287
2 parents d174fe3 + af57b80 commit d5a56d1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

root/about/faq.html

+12
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@
1515
<a href="/search?q=module:Mojolicious::Plugin">Mojolicious::Plugin</a>,
1616
or <a href="/search?q=module:Perl::Critic::Policy">Perl::Critic::Policy</a>.
1717

18+
## A non-comprehensive list of special search expressions:
19+
20+
These search-terms can be combined with each other and regular search term.
21+
22+
* <em>module:</em> filter by part of a module name ( e.g. [module:Plugin](/search?q=module:Plugin) )
23+
* <em>distribution:</em> search in the files of the specific distribution ( e.g. [distribution:Dancer auth](/search?q=distribution%3ADancer+auth) )
24+
* <em>author:</em> search in the modules releases by the given author ( e.g. [author:SONGMU Redis](/search?q=author%3ASONGMU+Redis) )
25+
* <em>version:</em> limit the search to modules with the given version number ( e.g. [version:1.00](/search?q=version%3A1.00) )
26+
27+
Wildcards: ? matches a single character, * matches any number of characters
28+
( e.g. [version:1.*](/search?q=version%3A1.*) and [version:1.?](/search?q=version%3A1.?) )
29+
1830
## Why can't I find a specific module?
1931

2032
See our [missing module](/about/missing_modules) page.

0 commit comments

Comments
 (0)