Skip to content

Commit

Permalink
search more fields for patents
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjeangirard authored and ahonestla committed Oct 1, 2024
1 parent 42bde5c commit 5eeae62
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/src/api/patents/_utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ export const FIELDS = [
"summary.*^3",
"domains.label.*",
"domains.code^5",
"inventors.name",
"inventors.ids.id.keyword^3",
"applicants.name",
"applicants.ids.id.keyword^3",
"cpc.groupe.code.keyword",
"cpc.groupe.label",
];

export const LIGHT_SOURCE = [
Expand Down

0 comments on commit 5eeae62

Please sign in to comment.