OPENSEARCH-GENQUERY(1) User Contributed Perl Documentation OPENSEARCH-GENQUERY(1)

opensearch-genquery - Output the URL of a query generated from an OpenSearch Description

opensearch-genquery [-q] [-H] [-A] [-R] [-c COUNT] [-i INDEX] [-p PAGENUM] [-l LANG] [-O ENC] [-I ENC] URL SEARCH TERMS...

Output the URL of a query generated from an OpenSearch Description file at URL, with the specified SEARCH TERMS and other options filled in.

If multiple search types are available, -H, -A and -R can be used to specify which type is wanted. For example, -A -R can be used to request an Atom response, or failing that fall back to RSS. By default the first URL found in the description file is used.

Not all web sites implement all (or any) of the optional OpenSearch parameters. When used with those sites, the corresponding options will be silently ignored.

Give no output on errors. In this case, consult the exit code to determine errors (See "DIAGNOSTICS").
Request HTML response.
Request Atom response.
Request RSS response.

-H, -A, and -R can be combined to express response type priority and specify fallback types.

Request COUNT results.

OpenSearch parameter: count.

Request results start at offset NUM.

OpenSearch parameter: startIndex.

Request results page PAGENUM.

OpenSearch parameter: pageIndex.

Request results in LANG. LANG should be a 2-letter ISO country code (e.g. en or de).

OpenSearch parameter: language.

Request results encoded in ENC (default: UTF-8).

OpenSearch parameter: outputEncoding.

Specify search terms are encoded in ENC (default: UTF-8).

OpenSearch parameter: inputEncoding.

Show a short help message.
--
End of options.

The exit code can be consulted to determine errors, as follows:

0 - Success.
1 - Error fetching OpenSearch Description URL.
2 - Error parsing OpenSearch Description.
3 - No matching search type found.
4 - Cannot find perl module WWW::OpenSearch.
5 - Unhandled error from WWW::OpenSearch.

Requires the module WWW::OpenSearch (Debian package libwww-opensearch-perl).

Only supports GET queries.

Please report any bugs found to ianb@erislabs.net

opensearch(1), opensearch-discover(1), surfraw(1), WWW::OpenSearch(3pm), http://www.opensearch.org/

Ian Beckwith <ianb@erislabs.net>

Copyright 2006 Ian Beckwith <ianb@erislabs.net>

Licensed under the same terms as surfraw.

2020-05-25 perl v5.30.2