GET /api/0.2/search/?format=api&fulltext=persons%3AYoshida%2C+Yutako
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 0,
    "limit": 25,
    "offset": 0,
    "prev_offset": null,
    "next_offset": null,
    "page_size": 25,
    "this_page": 1,
    "num_this_page": 0,
    "prev_api": "",
    "next_api": "",
    "objects": [],
    "query": {
        "query": {
            "bool": {
                "filter": [
                    {
                        "term": {
                            "format": "api"
                        }
                    }
                ],
                "must": [
                    {
                        "query_string": {
                            "query": "persons:Yoshida, Yutako",
                            "fields": [
                                "id",
                                "model",
                                "links_html",
                                "links_json",
                                "links_img",
                                "links_thumb",
                                "links_children",
                                "status",
                                "public",
                                "title",
                                "description",
                                "contributor",
                                "creators",
                                "creators.namepart",
                                "facility",
                                "format",
                                "genre",
                                "geography",
                                "label",
                                "language",
                                "creation",
                                "location",
                                "persons",
                                "rights",
                                "topics",
                                "image_url",
                                "display_name",
                                "bio",
                                "extent",
                                "search_hidden"
                            ],
                            "analyze_wildcard": false,
                            "allow_leading_wildcard": false,
                            "default_operator": "AND"
                        }
                    }
                ]
            }
        },
        "aggs": {
            "facility": {
                "nested": {
                    "path": "facility"
                },
                "aggs": {
                    "facility_ids": {
                        "terms": {
                            "field": "facility.id",
                            "size": 1000
                        }
                    }
                }
            },
            "format": {
                "terms": {
                    "field": "format"
                }
            },
            "genre": {
                "terms": {
                    "field": "genre"
                }
            },
            "rights": {
                "terms": {
                    "field": "rights"
                }
            },
            "topics": {
                "nested": {
                    "path": "topics"
                },
                "aggs": {
                    "topics_ids": {
                        "terms": {
                            "field": "topics.id",
                            "size": 1000
                        }
                    }
                }
            }
        },
        "_source": [
            "id",
            "model",
            "links_html",
            "links_json",
            "links_img",
            "links_thumb",
            "links_children",
            "status",
            "public",
            "title",
            "description",
            "contributor",
            "creators",
            "creators.namepart",
            "facility",
            "format",
            "genre",
            "geography",
            "label",
            "language",
            "creation",
            "location",
            "persons",
            "rights",
            "topics",
            "image_url",
            "display_name",
            "bio",
            "extent",
            "search_hidden"
        ]
    }
}