# Search

Resolve names to references, and save filter conditions for the events list.

Canonical: https://chikaraintel.com/docs/api/reference/search

Suggestions turn a company or job title into a reference. Saved searches turn a list of conditions into a `queryId`.

```json
{
  "fieldType": "Organisation",
  "label": "Halberd Industrial Group",
  "value": "3f2a9c1e-7b4d-4e8a-9c21-5d6e7f8a9b01",
  "operator": "Equal"
}
```

## Operations

- GET `/v1/search/suggestions`: Resolve a name or phrase to the value a search filter needs: organisations, job titles and event vocabulary.
- POST `/v1/search/events`: Save a list of filter conditions and get back a `queryId` to pass to GET /v1/events.
