On Wed, Feb 12, 2014 at 2:47 PM, Sean Carte <[email protected]> wrote:
> <str name="q">id:866 AND type:0 AND isBot:false AND
> time:[2013-01-01T00:00:00Z TO 2014-01-01T00:00:00Z]</str>
>
...
> If I look up item ID 866 in DSpace, it corresponds to handle: 10321/623
>
"id" is internal id that depends on the object "type". So for an item, you
would use the value of item_id as "id". But you're asking for "type:0"
which is bitstream and you're, presumably, using item_id as "id".
So you can either to ask about the bitstream:
id:XXXX AND type:0 AND isBot:false AND time:[2013-01-01T00:00:00Z TO
2014-01-01T00:00:00Z]
or about the item (assuming 866 is item_id):
id:866 AND type:2 AND isBot:false AND time:[2013-01-01T00:00:00Z TO
2014-01-01T00:00:00Z]
Regards,
~~helix84
Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience. Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette