Ceiling Rate Search View Set

GET /api/v3/search/ceilingrates/?suggest=labor_category:co
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "labor_category-suggestion": [
        {
            "text": "co",
            "offset": 0,
            "length": 2,
            "options": [
                {
                    "text": "COBOL Developer",
                    "_index": "ceilingrates",
                    "_id": "6301721",
                    "_score": 1.0,
                    "_source": {}
                },
                {
                    "text": "Co-Creative Director",
                    "_index": "ceilingrates",
                    "_id": "6297498",
                    "_score": 1.0,
                    "_source": {}
                },
                {
                    "text": "Co-Op Engineer/Scientist",
                    "_index": "ceilingrates",
                    "_id": "6302129",
                    "_score": 1.0,
                    "_source": {}
                },
                {
                    "text": "Co-Op Engineer/Scientist**",
                    "_index": "ceilingrates",
                    "_id": "6314389",
                    "_score": 1.0,
                    "_source": {}
                },
                {
                    "text": "Co-Op Student Assistant",
                    "_index": "ceilingrates",
                    "_id": "6310620",
                    "_score": 1.0,
                    "_source": {}
                }
            ]
        }
    ]
}