I'm running a 1.6.2 Dspace server at

        http://badger.uvm.edu/dspace

After a days hard work, I was able to get the REST API installed at

        http://badger.uvm.edu/dspace-rest/

Problem 1:

This works (I get an XML file)

        http://badger.uvm.edu/dspace-rest/search.xml?query=foobar

But not this (I get an internal server error)

        http://badger.uvm.edu/dspace-rest/search.xml?query=wesley

The difference: wesley exists as an author in our Dspace collection

        
http://badger.uvm.edu/dspace/search?scope=%2F&query=wesley&rpp=10&sort_by=0&order=DESC&submit=Go

foobar does not

        
http://badger.uvm.edu/dspace/search?scope=%2F&query=foobar&rpp=10&sort_by=0&order=DESC&submit=Go

Problem 2:

order doesn't order results, or at least not by title

        http://badger.uvm.edu/dspace-rest/collections/1.xml?_sort=name

But it is doing something -- results are different than these

        http://badger.uvm.edu/dspace-rest/collections/1.xml

I note that "<name>" is ambiguous in the xml

        
-----------------------------------------------------------------------
| Wesley Alan Wright <mailto:wesley.wri...@uvm.edu>                   |
| Center for Teaching and Learning  __0__                             |
| Room 407 Lafayette Building      / \ | \                            |
| University of Vermont              \77                              |
| Burlington, Vermont 05405-0160 USA. \\  http://www.uvm.edu/skivt-l  |
| Voice: 802-656-1254                  vv                             |
| aim:goim?screenname=maddogskideath      http://www.uvm.edu/~waw/    |
-----------------------------------------------------------------------






------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to