GET /api/0.2/search/?fulltext=Shenkman,%20Jamie%20L.
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-329-849",
            "model": "entity",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-densho-329-849/",
                "json": "https://ddr.densho.org/api/0.2/ddr-densho-329-849/",
                "img": "https://ddr.densho.org/media/ddr-densho-329/ddr-densho-329-849-mezzanine-fc01cec580-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-densho-329/ddr-densho-329-849-mezzanine-fc01cec580-a.jpg"
            },
            "title": "Westchester Spotlight on Kaneji Domoto",
            "description": "Three-page profile of Kan featured in issue 29 of Westchester Spotlight, April 1983. Includes information about the Domoto family and his work history, with a focus on Frank Lloyd Wright and the Usonia homes. Also includes reflections on his experience on camp, on not speaking out against the injustice at the time, and on his subsequent involvement with JACL and the campaign for reparations at the urging of his children.",
            "extent": "8W x 10.875H",
            "links_children": "ddr-densho-329-849",
            "creators": [
                {
                    "role": "author",
                    "namepart": "Shenkman, Jamie L."
                },
                {
                    "role": "photographer",
                    "namepart": "Wagner, Susan Woog"
                }
            ],
            "topics": [
                {
                    "term": "Arts and literature -- Visual arts -- Architecture",
                    "id": "258"
                },
                {
                    "term": "Industry and employment -- Gardening",
                    "id": "444"
                }
            ],
            "format": "doc",
            "language": [
                "eng"
            ],
            "persons": [
                {
                    "nr_id": "88922/nr015xg73",
                    "namepart": "Domoto, Kaneji"
                }
            ],
            "contributor": "Densho",
            "rights": "cc",
            "genre": "clipping",
            "location": "Westchester, New York",
            "creation": "April, 1983",
            "status": "completed",
            "search_hidden": "Shenkman, Jamie L. author \nWagner, Susan Woog photographer Domoto, Kaneji 88922nr015xg73",
            "download_large": "ddr-densho-329-849-mezzanine-fc01cec580-a.jpg"
        }
    ],
    "query": {
        "query": {
            "query_string": {
                "query": "Shenkman, Jamie L.",
                "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"
        ]
    }
}