appwrite_search_documents
Search documents in Appwrite databases using full-text queries to find specific content across collections. Requires a configured fulltext index on the target attribute.
Instructions
[UNIFIED] Full-text search in documents. Requires a fulltext index on the searched attribute.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| database_id | Yes | ||
| collection_id | Yes | ||
| attribute | Yes | ||
| query | Yes | ||
| limit | No |