Skip to content

Commit

Permalink
Merge pull request #74 from CBIIT/dev-1.2.0
Browse files Browse the repository at this point in the history
INS-626 (#73)
  • Loading branch information
David-YuWei authored Apr 6, 2023
2 parents 43fd632 + aad120b commit d84df62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/gov/nih/nci/bento/model/BentoEsFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ private Map<String, Object> globalSearch(Map<String, Object> params) throws IOEx
GS_AGG_FIELD, "project_title",
GS_RESULT_FIELD, "projects",
GS_SEARCH_FIELD, List.of("activity_code.search", "serial_number.search", "project_id.search", "application_id.search",
"project_title.search", "abstract_text.search",
"project_title.search", "abstract_text.search", "queried_project_id.search",
"keywords.search", "org_name.search", "org_city.search", "org_state.search", "docs.search", "principal_investigators.search",
"program_officers.search", "full_foa.search", "programs.search"),
GS_SORT_FIELD, "project_id",
Expand Down

0 comments on commit d84df62

Please sign in to comment.