GET /api/0.2/search/?fulltext=McGehee%2C+Arkansas%3B+Fr.+Missoula%2C+Montana
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1,
    "limit": 25,
    "offset": 0,
    "prev_offset": null,
    "next_offset": null,
    "page_size": 25,
    "this_page": 1,
    "num_this_page": 1,
    "prev_api": "",
    "next_api": "",
    "objects": [
        {
            "id": "ddr-densho-379-230",
            "model": "entity",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-densho-379-230/",
                "json": "https://ddr.densho.org/api/0.2/ddr-densho-379-230/",
                "img": "https://ddr.densho.org/media/ddr-densho-379/ddr-densho-379-230-mezzanine-16b34358c2-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-densho-379/ddr-densho-379-230-mezzanine-16b34358c2-a.jpg"
            },
            "title": "Letter from Chimata Sumida to Bert H. Fraser",
            "description": "Chimata Sumida wrote to Bert H. Fraser requesting his excess baggage be forwarded to him from Ft. Missoula to Rohwer; and stated \"I can truthfully say that it has been both a pleasure and a privilege to know you, not only as the Officer-in-charge of the camp, but as a friend as well. Kindly convery my best regards and appreciation to the other officials and guards.\"",
            "extent": "8.5W x 11H",
            "links_children": "ddr-densho-379-230",
            "topics": [
                {
                    "term": "World War II -- Family reunification",
                    "id": "527"
                },
                {
                    "term": "World War II -- Concentration camps -- The journey",
                    "id": "66"
                }
            ],
            "format": "doc",
            "language": [
                "eng"
            ],
            "persons": [
                {
                    "nr_id": "88922/nr007bb08",
                    "namepart": "Chimata Sumida"
                },
                {
                    "namepart": "Fraser, Bert H."
                }
            ],
            "contributor": "Densho",
            "rights": "cc",
            "genre": "correspondence",
            "location": "McGehee, Arkansas; Fr. Missoula, Montana",
            "facility": [
                {
                    "term": "Rohwer",
                    "id": "9"
                }
            ],
            "creation": "10/17/1942",
            "status": "completed",
            "search_hidden": "Chimata Sumida 88922nr007bb08\nFraser, Bert H.",
            "download_large": "ddr-densho-379-230-mezzanine-16b34358c2-a.jpg"
        }
    ],
    "query": {
        "query": {
            "query_string": {
                "query": "McGehee, Arkansas; Fr. Missoula, Montana",
                "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"
        ]
    }
}