Hi everybody. I am developping a repository using moodle and fedora and I'm
having problems triying to perform some searchs using the Acces API. Here's the
code (PHP) I use to make the search.
$campos_resultado = array('pid','title','creator','date','format','label');
$cantidad_resultados = 15;
$condiciones = array('property' => 'ownerId','operator' => 'eq', 'value' =>
'fedoraAdmin');
$objeto = $servicio->call('findObjects', array('resultfields' =>
$campos_resultado, 'maxResults' => $cantidad_resultados, 'query' =>
array('conditions' => $condiciones)));
The problem is that I don't get any results but when I do the same query with
other applications I get them so I think am making some mistakes.
Hope somebody can help me.
Cheers!
Luis Horacio Arizaga
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Fedora-commons-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users