GET /api/0.2/search/?fulltext=Owen,%20Bob
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-sjacl-1-419",
            "model": "entity",
            "index": "0 0/{'value': 2, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-sjacl-1-419/",
                "json": "https://ddr.densho.org/api/0.2/ddr-sjacl-1-419/",
                "img": "https://ddr.densho.org/media/ddr-sjacl-1/ddr-sjacl-1-419-mezzanine-50d0281657-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-sjacl-1/ddr-sjacl-1-419-mezzanine-50d0281657-a.jpg"
            },
            "title": "Seattle Chapter, JACL Reporter, Vol. 31, No. 3, March 1994",
            "description": "Newsletter covering the following topics: Board votes be the fiscal agent for the Asian Pacific Islander Homophobia/Homosexuality Education Project. ?We are sending the message that JACL is open to all members of our Community. We are sending the message that JACL respects the values the rights of all people\"; editorial by Bob Shimabukuro decrying anti-gay sentiments by members over Board?s decision; article by Seattle JAYs president, Owen Kikuta, on National JAYs conference in SF.",
            "extent": "8.5W x 11H",
            "links_children": "ddr-sjacl-1-419",
            "creators": [
                {
                    "role": "Seattle Chapter, JACL",
                    "namepart": "publisher"
                }
            ],
            "format": "doc",
            "language": [
                "eng"
            ],
            "contributor": "Densho",
            "rights": "cc",
            "genre": "periodical",
            "location": "Seattle, Washington",
            "creation": "Aug. 2005",
            "status": "completed",
            "search_hidden": "publisher Seattle Chapter, JACL",
            "download_large": "ddr-sjacl-1-419-mezzanine-50d0281657-a.jpg"
        },
        {
            "id": "ddr-densho-56-732",
            "model": "entity",
            "index": "1 1/{'value': 2, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-densho-56-732/",
                "json": "https://ddr.densho.org/api/0.2/ddr-densho-56-732/",
                "img": "https://ddr.densho.org/media/ddr-densho-56/ddr-densho-56-732-mezzanine-36c80bf0d6-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-densho-56/ddr-densho-56-732-mezzanine-36c80bf0d6-a.jpg"
            },
            "title": "Japanese Patient Hangs Self in Room (March 30, 1942)",
            "description": "The Seattle Daily Times, March 30, 1942, p. 3",
            "extent": "Unknown",
            "links_children": "ddr-densho-56-732",
            "creators": [
                {
                    "role": "publisher",
                    "namepart": "The Seattle Times Company"
                }
            ],
            "format": "doc",
            "language": [
                "eng"
            ],
            "persons": [
                {
                    "namepart": "Okamura, Tao"
                },
                {
                    "namepart": "Okamura, Shotaro"
                },
                {
                    "namepart": "Owen, Bob"
                },
                {
                    "namepart": "Brill, John P."
                }
            ],
            "contributor": "Densho",
            "rights": "nocc",
            "genre": "periodical",
            "location": "Seattle, Washington",
            "creation": "March 30, 1942",
            "status": "completed",
            "search_hidden": "The Seattle Times Company publisher Okamura, Tao \nOkamura, Shotaro \nOwen, Bob \nBrill, John P.",
            "download_large": "ddr-densho-56-732-mezzanine-36c80bf0d6-a.jpg"
        }
    ],
    "query": {
        "query": {
            "query_string": {
                "query": "Owen, Bob",
                "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"
        ]
    }
}