Re: [dspace-tech] Issues with REST find-by-metadata-field in DSpace 5

2016-11-11 Thread Alan Orth
Thanks, Terry. The code in this pull request actually merges cleanly into DSpace 5.5. Now I *have* to try it. :) https://github.com/DSpace/DSpace/pull/1532 Cheers, On Thu, Nov 10, 2016 at 6:34 PM Terry Brady wrote: > Alan, > > If you are interested in the new REST Query functionality that is a

Re: [dspace-tech] Issues with REST find-by-metadata-field in DSpace 5

2016-11-10 Thread Terry Brady
Alan, If you are interested in the new REST Query functionality that is a part of DSpace 6, I have some documentation on how to port that functionality into DSpace 5. https://wiki.duraspace.org/display/DSDOC6x/REST+Based+Quality+Control+Reports#RESTBasedQualityControlReports-InstallinginDSpace5

Re: [dspace-tech] Issues with REST find-by-metadata-field in DSpace 5

2016-11-10 Thread Alan Orth
Thanks, Ilja. Now that you mention permissions issues, I have seen some errors suggesting that in dspace.log after I do the REST query: ERROR org.dspace.rest.ItemsResource @ User(anonymous) has not permission to read item! But it's weird that in my case I see MORE items in the REST results than

Re: [dspace-tech] Issues with REST find-by-metadata-field in DSpace 5

2016-11-10 Thread Ilja Sidoroff
Hi, I tried to do something similar (all items with something in the field X), but it seems that find-by-metadata-field does not support wildcards, only exact matches. Helix84 suggested SOLR for me, There's also a new REST api for reports in 6.0 (Terry Brady suggested that to me). You can proba