Optional fileFile types to include in search results. Examples: ['pdf', 'docx', 'xlsx'], ['image/*'], ['text/plain'] Can use MIME types or file extensions.
Optional maxMaximum number of results to return. Defaults to 100 if not specified.
Optional modifiedOnly return files modified after this date.
Optional modifiedOnly return files modified before this date.
Optional pathRestrict search to files within this path prefix. Example: 'documents/reports/' would only search within that directory.
Optional providerAdditional provider-specific search parameters. This allows providers to expose advanced features not covered by common options. Example: { 'trashed': false } for Google Drive, { 'scope': 'personal' } for SharePoint
Optional searchWhether to search file contents in addition to names and metadata. Not all providers support content search. Defaults to false.
Options for configuring a file search operation. These options allow for flexible, provider-agnostic search capabilities while still leveraging native provider search features where available.