Hi,
I'm trying to move some JavaScript code from the server on which GeoNetwork
is running to another server, and I'm getting stuck on how to request search
results beyond the first page of results. The code I have (which runs on
the GeoNetwork server) first makes a GET request with all of the search
parameters to geo.search, then for the next page of results, it requests
geo.present?from=11&to=20.
The first geo.search request works fine on the remote server when I use a
proxy script for it, but the geo.present request throws a
NullPointerException error (I'm completely new to GeoNetwork, but I'm
guessing that geo.present relies on state info from the geo.search, since it
isn't using any other params beside "from" and "to"). I saw that geo.search
doesn't take "from" and "to" parameters. What is the usual way of
constructing remote requests for subsequent pages of results?
Much thanks,
Tom
--
View this message in context: http://n2.nabble.com/Searching-from-a-remote-server-tp2807242p2807242.html
Sent from the geonetwork-users mailing list archive at Nabble.com.