search_datasets_with_facets
Search Hong Kong government open datasets with faceted filtering to explore and discover relevant public data resources efficiently.
Instructions
Search for datasets and return faceted results for better data exploration.
Args: query: The solr query string language: Language code (en, tc, sc)
Returns: A dictionary containing: - count: Total number of matching datasets - search_facets: Faceted information about the results - sample_results: First 3 matching datasets
Input Schema
Name | Required | Description | Default |
---|---|---|---|
language | No | en | |
query | No | *:* |
Input Schema (JSON Schema)
{
"properties": {
"language": {
"default": "en",
"type": "string"
},
"query": {
"default": "*:*",
"type": "string"
}
},
"type": "object"
}