Skip to content

Commit

Permalink
allowing up to 999999 result rows
Browse files Browse the repository at this point in the history
Default was 10
  • Loading branch information
Robbie1977 committed Feb 20, 2024
1 parent 83a4ec0 commit 5ddc1eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/vfb.xmi
Original file line number Diff line number Diff line change
Expand Up @@ -999,8 +999,8 @@
xsi:type="gep_2:SimpleQuery"
name="Get anat_query"
description="Fetches essential details."
query=""params":{"defType":"edismax","fl":"anat_query,anat_image_query","indent":"true","q.op":"OR","q":"id:*","fq":"{!terms f=id}$ARRAY_ID_RESULTS"}"
countQuery=""params":{"defType":"edismax","fl":"anat_query,anat_image_query","indent":"true","q.op":"OR","q":"id:*","fq":"{!terms f=id}$ARRAY_ID_RESULTS"}"/>
query=""params":{"defType":"edismax","fl":"anat_query,anat_image_query","indent":"true","q.op":"OR","q":"id:*","fq":"{!terms f=id}$ARRAY_ID_RESULTS","rows":"999999"}"
countQuery=""params":{"defType":"edismax","fl":"anat_query,anat_image_query","indent":"true","q.op":"OR","q":"id:*","fq":"{!terms f=id}$ARRAY_ID_RESULTS","rows":"999999"}"/>
<queryChain
xsi:type="gep_2:ProcessQuery"
name="Process images"
Expand Down

0 comments on commit 5ddc1eb

Please sign in to comment.