POST /search/autocomplete
Perform a synchronous autocomplete search query against a SearchIndex.
This endpoint uses a PREFIX query type and caps results at 8. It is intended for typeahead / autocomplete UI patterns where low latency and small result sets are preferred.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/search/autocomplete
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | view |
| HTTP Method | POST |
| Request Object | SearchIndexQuery (application/json) |
| Response Object | SearchQueryResults (application/json) |