We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1ddee commit f890d88Copy full SHA for f890d88
src/services/search/dissolved-search/service.ts
@@ -11,7 +11,7 @@ export default class DissolvedSearchService {
11
}
12
const ALPHABETICAL_QUERY = "&search_type=alphabetical";
13
const BEST_MATCH_QUERY = "&search_type=best-match";
14
- const PREVIOUSNAME_QUERY = "&search_type=previousName";
+ const PREVIOUSNAME_QUERY = "&search_type=previous-name-dissolved";
15
16
let dissolvedSearchURL = "/dissolved-search/companies?q=" + companyName;
17
0 commit comments