Sim Greenbaum
09/30/2022, 5:30 PMsearch.load({
id: loadid,
});
eminero
09/30/2022, 5:37 PMSim Greenbaum
09/30/2022, 5:37 PMJan Petri
09/30/2022, 5:42 PMcreece
09/30/2022, 7:25 PMSim Greenbaum
09/30/2022, 7:28 PMcreece
09/30/2022, 7:31 PMJan Petri
09/30/2022, 7:32 PMShawn Talbert
09/30/2022, 8:01 PMasMappedResults
Shawn Talbert
09/30/2022, 8:02 PMreturn Seq(LazySearch.from(<searchid)).map(nsSearchResult2obj()).take(500).toArray()
Sim Greenbaum
09/30/2022, 8:03 PMShawn Talbert
09/30/2022, 8:05 PMSim Greenbaum
09/30/2022, 8:06 PMShawn Talbert
09/30/2022, 8:06 PMShawn Talbert
09/30/2022, 8:08 PMSim Greenbaum
09/30/2022, 8:11 PMShawn Talbert
09/30/2022, 8:13 PMsuitedev
10/03/2022, 3:14 AMinternalidnumber >= MIN and <= MAX
OR,
If you want to page by 500, you could return the array of the designated page you want to retrieve in the MAP.. i.e.: [1]
and the MAP would run a paged search, only returning the paged data which is up to 500 results for that search.Sim Greenbaum
10/06/2022, 2:39 PMIf the input type is a result set, the key is the internal ID of the result
Sim Greenbaum
10/06/2022, 4:14 PMsuitedev
10/07/2022, 3:05 AM