> ## Documentation Index
> Fetch the complete documentation index at: https://next-fast-turbo.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Search Spells

> Search for spells based on a keyword and return the top `max_results` items.

**Args:**
- keyword (str, optional): The keyword to search for. Defaults to None.
- max_results (int, optional): The maximum number of search results to return. Defaults to 10.
- search_on (str, optional): The field to perform the search on. Defaults to "email".

**Returns:**
- spellSearchResults: Object containing a list of the top `max_results` items that match the keyword.

