As of the Wednesday 27th July, the following search enhancements will be available:
-
All search. You are now able to search across Company, Officer and Officer Disqualification with a single search request, through a
GET /search
request. -
Previous company names and other officer name searching. Search now considers a companies previous names, or other names an officer may be appointed as when satisfying the search.
-
Dissolved company names. Dissolved company names are now considered, but are given less significance than equivalently matching active company names. The last six years of dissolved companies will be available.
-
Improved indexing. We have redesigned our data indexing to improve accuracy and the promotion of the most relevant matches.
-
Improved summary information. The result summary field
snippet
now returns the correct context information, describing, for example, the previous company name that matched the search request. See the developer hub documentation which will accompany the release. -
Additional match information. Search results now contain the following new result matches information, in addition to
title
:
-
items[].matches.snippet
: Match highlight parameters for thesnippet
summary. -
address_snippet
anditems[].matches.address_snippet
: The postal address associated with the search result, and its match highlight parameters. The address is still returned as anitems[].address
object, butaddress_snippet
will supplement this as a single, highlightable search result field.
See the developer hub documentation for further details: https://developer.companieshouse.gov.uk/api/docs/search-overview/search-overview.html