GET /api/0.2/search/?fulltext=Holcomb,%20Thomas
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2,
    "limit": 25,
    "offset": 0,
    "prev_offset": null,
    "next_offset": null,
    "page_size": 25,
    "this_page": 1,
    "num_this_page": 2,
    "prev_api": "",
    "next_api": "",
    "objects": [
        {
            "id": "ddr-njpa-1-570",
            "model": "entity",
            "index": "0 0/{'value': 2, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-njpa-1-570/",
                "json": "https://ddr.densho.org/api/0.2/ddr-njpa-1-570/",
                "img": "https://ddr.densho.org/media/ddr-njpa-1/ddr-njpa-1-570-mezzanine-fe27403041-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-njpa-1/ddr-njpa-1-570-mezzanine-fe27403041-a.jpg"
            },
            "title": "U.S. officers decorated for campaigns against Japan",
            "description": "Caption on reverse:: \"U.S. officers decorated for campaigns against Japanese. Lieutenant General Thomas Holcomb (right), Commandant of the U.S. Marine Corps, presents the Legion of Merit decoration to Brigadier General De Witt Peck, USMC (left), and the Navy and Marine Corps Medal to Lieutenant Colonel Frank Dailey, USMC (center). The award to Gen. Peck was for outstanding service as Assistant Chief of Staff for War Plans to the commander of the South Pacific area during the Solomon Islands campaign. Col. Dailey was decorated for heroic conduct as a Marine Corps wing gunnery officer during the campaign which drove Japanese forces from Guadalcanal Island in the Solomons. 1943.\"",
            "extent": "6.5W x 3.25H",
            "links_children": "ddr-njpa-1-570",
            "format": "img",
            "language": [
                "eng"
            ],
            "persons": [
                {
                    "namepart": "Holcomb, Thomas"
                },
                {
                    "namepart": "Peck, De Witt"
                },
                {
                    "namepart": "Dailey, Frank"
                }
            ],
            "contributor": "Hawai'i Times Photo Archives Foundation",
            "rights": "pcc",
            "genre": "photograph",
            "creation": "1943",
            "status": "completed",
            "search_hidden": "Holcomb, Thomas \nPeck, De Witt \nDailey, Frank",
            "download_large": "ddr-njpa-1-570-mezzanine-fe27403041-a.jpg"
        },
        {
            "id": "ddr-njpa-1-2288",
            "model": "entity",
            "index": "1 1/{'value': 2, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-njpa-1-2288/",
                "json": "https://ddr.densho.org/api/0.2/ddr-njpa-1-2288/",
                "img": "https://ddr.densho.org/media/ddr-njpa-1/ddr-njpa-1-2288-mezzanine-a7081478f7-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-njpa-1/ddr-njpa-1-2288-mezzanine-a7081478f7-a.jpg"
            },
            "title": "Military leaders at an award ceremony",
            "description": "Caption on reverse: \"Former commandant of U.S. Marines decorated by Secretary of Navy: At a ceremony in Washington, Secretary of the Navy Frank Knox (left) congratulates General Thomas Holcomb after presenting him with the Distinguished Service Medal for his 'exceptionally meritorious and distinguished service' as commandant of the U.S. marine corps from December 1, 1936 to January 1, 1944. Looking on are Lieutenant Colonel James W. Roosevelt of the marinese (second from left), eldest son of President Roosevelt, and Lieutenant General Alexander A. Vandegrift who succeeded Gen. Holcomb as marine corps commandant. Gen. Holcomb recently was appointed U.S. minister to the Union of South Africa. This photo was taken before Secretary Knox's death.\"",
            "extent": "6.25W x 4.25H",
            "links_children": "ddr-njpa-1-2288",
            "format": "img",
            "language": [
                "eng"
            ],
            "persons": [
                {
                    "namepart": "Knox, Frank"
                },
                {
                    "namepart": "Holcomb, Thomas"
                },
                {
                    "namepart": "Roosevelt, James W."
                },
                {
                    "namepart": "Vandergrift, Alexander A."
                }
            ],
            "contributor": "Hawai'i Times Photo Archives Foundation",
            "rights": "pcc",
            "genre": "photograph",
            "location": "Washington, D.C.",
            "creation": "2-May-44",
            "status": "completed",
            "search_hidden": "Knox, Frank \nHolcomb, Thomas \nRoosevelt, James W. \nVandergrift, Alexander A.",
            "download_large": "ddr-njpa-1-2288-mezzanine-a7081478f7-a.jpg"
        }
    ],
    "query": {
        "query": {
            "query_string": {
                "query": "Holcomb, Thomas",
                "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"
        ]
    }
}