action isbndb_get_search { label: "Search all ISBNDB databases" description: "Uses a free query string compatible with ElasticSearch 6 to search in any of the ISBNDB's databases" provider: isbndb method: GET path: "/search" encoding: json input: { type: "object" properties: { q: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }