UniversalSearch
warning
This API is not documented yet.
Overview​
API wrapper for Synology Universal Search.
Provides methods to perform keyword-based searches using Synology's Universal Search API.
Methods​
search
​
Search for files and metadata matching the given keyword.
Internal API​
SYNO.Finder.FileIndexing.Search
Parameters​
keyword str
The search keyword.
Returns​
dict[str, object] or str
Search results as a dictionary, or a string with error details.