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.
2 parents 42cd06b + 2000b7e commit 05ab1deCopy full SHA for 05ab1de
src/services/search/advanced-search/service.ts
@@ -50,7 +50,7 @@ export default class AdvancedSearchService {
50
}
51
52
if (companyStatus !== null) {
53
- buildEnhancedSearchURL.append(COMPANY_STATUS_QUERY, companyNameIncludes)
+ buildEnhancedSearchURL.append(COMPANY_STATUS_QUERY, companyStatus);
54
55
56
if (companyType !== null) {
0 commit comments