remove_directory
Remove indexed files and chunks under a specified path from the local search index to clean up persistent state without deleting the entire database.
Instructions
Removes every indexed file/chunk under path from the index. The
index is persistent local state in ~/.local-notes-search/ (or
LOCAL_NOTES_SEARCH_DB) - this is how you clean it up without deleting
the whole database file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |