GET /api/0.2/search/?fulltext=Suzuki,%20Mrs.%20L.%20%5BLester%5D
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-csujad-20-4",
            "model": "entity",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-csujad-20-4/",
                "json": "https://ddr.densho.org/api/0.2/ddr-csujad-20-4/",
                "img": "https://ddr.densho.org/media/ddr-csujad-20/ddr-csujad-20-4-mezzanine-d724a4c7bf-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-csujad-20/ddr-csujad-20-4-mezzanine-d724a4c7bf-a.jpg"
            },
            "title": "Letter from Mrs. L. [Lester] Suzuki to Rev. [Wendell L.] and Mrs. [?] Miller, May 5, 1942",
            "description": "Personal letter written from the Santa Anita Assembly Center. Suzuki thanks Reverend Miller and Mrs. Miller for their kindness; mentions friends among the \"dear Caucasian ministers such as you\"; and discusses the importance of religious services, housing in a new barrack vs. in the stables, making furniture from scrap wood, an impending increase in number of people to be housed together, food, and difficulties doing laundry. See this object in the California State Universities Japanese American Digitization project site: <a href=\"http://cdm16855.contentdm.oclc.org/cdm/ref/collection/p16855coll4/id/8398\" target=\"_blank\" rel=\"noopener noreferrer\">WLM_01-46_02</a>",
            "extent": "4 pages, handwritten",
            "links_children": "ddr-csujad-20-4",
            "creators": [
                {
                    "role": "author",
                    "namepart": "Suzuki, Mrs. L. [Lester]"
                }
            ],
            "topics": [
                {
                    "term": "Activism and involvement",
                    "id": "120"
                },
                {
                    "term": "Geographic communities -- California",
                    "id": "271"
                },
                {
                    "term": "Community activities -- Associations and organizations",
                    "id": "16"
                },
                {
                    "term": "World War II -- Administration -- Wartime Civil Control Administration (WCCA)",
                    "id": "402"
                },
                {
                    "term": "World War II -- Temporary Assembly Centers -- Facilities, services, and camp administration",
                    "id": "206"
                },
                {
                    "term": "World War II -- Temporary Assembly Centers -- Food",
                    "id": "405"
                },
                {
                    "term": "World War II -- Temporary Assembly Centers -- Living conditions",
                    "id": "62"
                },
                {
                    "term": "World War II -- Temporary Assembly Centers -- Religion",
                    "id": "410"
                },
                {
                    "term": "World War II -- Support from the non-Japanese American community",
                    "id": "80"
                }
            ],
            "format": "doc",
            "language": [
                "eng"
            ],
            "contributor": "California State University, Northridge. University Library. Special Collections & Archives",
            "rights": "nocc",
            "genre": "correspondence",
            "location": "Arcadia, California",
            "facility": [
                {
                    "term": "Santa Anita",
                    "id": "23"
                }
            ],
            "creation": "5/5/1942",
            "status": "completed",
            "search_hidden": "Suzuki, Mrs. L. [Lester] author",
            "download_large": "ddr-csujad-20-4-mezzanine-d724a4c7bf-a.jpg"
        }
    ],
    "query": {
        "query": {
            "query_string": {
                "query": "Suzuki, Mrs. L. Lester",
                "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"
        ]
    }
}