Hi, You could also POST keys to a view to retrieve only a subset of all the key value pairs there
Anup Bishnoi On Thu, Feb 24, 2011 at 6:05 PM, Fabio Batalha Cunha dos Santos < [email protected]> wrote: > Hi Martin, > > You can create a list function that will filter only the desired ID's. Than > you informe you listfunction what id's you desire to fetch using parameter > on the querystring. > > > *Fabio Batalha C. Santos* > Colegiado SciELO > www.scielo.org > FAPESP - CNPq - BIREME - FapUNIFESP > > > > On Thu, Feb 24, 2011 at 8:41 AM, Martin Hewitt <[email protected]> wrote: > > > Hi all, > > > > How would I create a view to retrieve documents with the IDs (i.e. > > non-numeric, non-sequential): > > > > ["asdf", "powsf", "aaaa"] > > > > I would like the three documents that match these IDs, is this doable > > in one view or should I just retrieve them individually? > > > > Thanks, > > > > Martin > > >
