GET /api/0.2/search/?fulltext=Yasuda,%20Hitoshi
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-48-10",
            "model": "entity",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-csujad-48-10/",
                "json": "https://ddr.densho.org/api/0.2/ddr-csujad-48-10/",
                "img": "https://ddr.densho.org/media/ddr-csujad-48/ddr-csujad-48-10-mezzanine-66fe02b61a-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-csujad-48/ddr-csujad-48-10-mezzanine-66fe02b61a-a.jpg"
            },
            "title": "My future",
            "description": "Term Paper by Hitoshi Yasuda for period 5 Social Problems class taught by Mr. Harry Bentley Wells, a teacher at Manzanar High School. Hitoshi opens by discussing the uncertainty he faces in his future, and the characteristics necessary to be successful. Before the war, he had hoped to go to college and get technical training in a specialized field. After the evacuation, he struggled with motivation, but has settled into a routine school during the week and a job on Saturday and Sunday for spending money. He concludes with the necessary steps to be successful in the future. Transcription is found in item: ecm_wells_9010. 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/36256\" target=\"_blank\" rel=\"noopener noreferrer\">ecm_wells_0010</a>",
            "extent": "10 pages, 10.5 x 8 inches, handwritten",
            "links_children": "ddr-csujad-48-10",
            "creators": [
                {
                    "role": "author",
                    "namepart": "Yasuda, Hitoshi"
                }
            ],
            "topics": [
                {
                    "term": "World War II -- Concentration camps -- Education",
                    "id": "73"
                },
                {
                    "term": "Education -- Secondary education",
                    "id": "335"
                },
                {
                    "term": "World War II -- Concentration camps -- Impact of incarceration",
                    "id": "78"
                }
            ],
            "format": "doc",
            "language": [
                "eng"
            ],
            "contributor": "Eastern California Museum",
            "rights": "nocc",
            "genre": "misc_document",
            "location": "Manzanar, California",
            "facility": [
                {
                    "term": "Manzanar",
                    "id": "7"
                }
            ],
            "creation": "1943",
            "status": "completed",
            "search_hidden": "Yasuda, Hitoshi author",
            "download_large": "ddr-csujad-48-10-mezzanine-66fe02b61a-a.jpg"
        }
    ],
    "query": {
        "query": {
            "query_string": {
                "query": "Yasuda, Hitoshi",
                "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"
        ]
    }
}