faceted_search
Filter Commodore 64 documentation search results by hardware components, assembly instructions, or memory registers to narrow down technical information.
Instructions
Search with faceted filtering. Filter results by hardware components (SID, VIC-II, CIA, etc.), assembly instructions (LDA, STA, etc.), or memory registers ($D000, etc.). Great for narrowing down search results to specific technical domains.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query | |
| facet_filters | No | Facet filters as dict of facet_type -> list of values. Example: {'hardware': ['SID', 'VIC-II'], 'instruction': ['LDA', 'STA']} | |
| max_results | No | Maximum number of results (default: 5) | |
| tags | No | Filter by document tags (optional) |