I stand corrected.  This was an error I had caused myself.

I realized that the 'page' parameter starts at page 1 and not page 0.  by
starting at page 0, i was stepping over the list, then progressing to page
1, which returned the same data.

On Thu, Oct 14, 2010 at 6:43 PM, John Alexander <
[email protected]> wrote:

> Greetings,
>
> I am currently trying to do the following xml request:
>
> Return all workflows that involve the term 'taverna' without repeats
>
> I say without repeats because currently, my xml request:
>
> http://www.myexperiment.org/search.xml?query=taverna&type=workflow&num=100&page=<
> 0 through 11>
>
> Currently does return all workflows that are related to taverna but they
> are not sorted and for some reason, it will occasionally return the same
> workflow uri twice.  However the second time it is returned can be 1-5 pages
> later.
>
> I have tried the search.xml?query=taverna with an additional param
> 'sort=id' but the search.xml does not take that option.  Nor does it take
> any sort option that i have attempted.
>
> I have also tried workflows.xml?sort=id which does work, but I am unable to
> only return taverna related workflows.
>
> Does anyone have any idea as to how I could step around this?
>
------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
taverna-hackers mailing list
[email protected]
Web site: http://www.taverna.org.uk
Mailing lists: http://www.taverna.org.uk/about/contact-us/
Developers Guide: http://www.taverna.org.uk/developers/

Reply via email to