Skip to content

Commit

Permalink
fix(cpcAggregation): update size of request
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihoub2 committed Oct 3, 2024
1 parent e91d8bd commit 7fafc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/api/patents/[id]/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export async function getPatentById(id: string): Promise<Patent> {
}
export async function getCpcAggregation(value: string): Promise<Patent> {
const body: any = {
size: 0,
size: 10000,
query: {
bool: {
must: [
Expand Down

0 comments on commit 7fafc21

Please sign in to comment.