enable_docset_fts
Enable full-text search for a specific docset in Dash documentation browser by using its identifier to improve search functionality and accessibility.
Instructions
Enable full-text search for a specific docset.
Args:
identifier: The docset identifier (from list_installed_docsets)
Returns:
True if FTS was successfully enabled, False otherwise
Input Schema
Name | Required | Description | Default |
---|---|---|---|
identifier | Yes |
Input Schema (JSON Schema)
{
"properties": {
"identifier": {
"title": "Identifier",
"type": "string"
}
},
"required": [
"identifier"
],
"title": "enable_docset_ftsArguments",
"type": "object"
}