Skip to content

Commit

Permalink
fix(openchallenges): correct the function name to trigger full text s…
Browse files Browse the repository at this point in the history
…earch on filters (#2760)

Co-authored-by: Thomas Schaffter <[email protected]>
  • Loading branch information
rrchai and tschaffter authored Aug 19, 2024
1 parent 15d4938 commit 7c62aed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ export class ChallengeSearchComponent
},
);
this.dropdownFilters[searchType].options = selectedOptions;
this.challengeSearchDataService.setEdamConceptSearchQuery({
this.challengeSearchDataService.setSearchQuery(searchType, {
searchTerms: searched,
});
}
Expand Down

0 comments on commit 7c62aed

Please sign in to comment.