action meilisearch_search_in_index1 { label: "Search in index" description: "Search in index" provider: meilisearch method: POST path: "/indexes/books/search" encoding: json input: { type: "object" properties: { attributesToHighlight: { type: "array" items: { type: "string" } } q: { type: "string" } } } output: { type: "object" additionalProperties: true } }