Search
Perform a voice search
This endpoint performs a search specifically tailored towards voice or other imprecise input which may work badly with the substring and spell-checking heuristics used by the /hubs/search
endpoint.
It uses a Levenshtein distance heuristic to search titles, and as such is much slower than the other search endpoint.
Whenever possible, clients should limit the search to the appropriate type.
Results, as well as their containing per-type hubs, contain a distance
attribute which can be used to judge result quality.
GET
{protocol}://{ip}:{port}
/
hubs
/
search
/
voice
Authorizations
X-Plex-Token
string
headerrequiredPlex Authentication Token
Query Parameters
query
string
requiredThe query term
sectionId
number
This gives context to the search, and can result in re-ordering of search result hubs
limit
number
default: 3The number of items to return per hub