Suggest metadata values (typeahead)
suggest_metadataFind exact names for authors, series, publishers, languages, narrators, collections, genres, or tags before browsing or filtering. Provides case-insensitive contains-match typeahead suggestions.
Instructions
Typeahead lookup over the library's metadata facets — use it to resolve the exact spelling of a name before browsing/filtering (e.g. find the real author or series name to feed elsewhere). Pick a 'kind': authors, series, publishers, languages, narrators, or the user's own collections (each returns { name }), or genres / tags (which also return a filterable { id, name }). Matching is a case- and accent-insensitive 'contains' match on 'q', capped at ~15 results (20 for collections). 'q' is required — an empty/whitespace 'q' returns [].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search term (contains-match). Required; empty returns []. | |
| kind | Yes | Which metadata facet to search. |