Hi, just a few superficial observations: 1) The results match what I see if I specify a non-existing collection ID. Are you sure that the collection ID in your owningColl matches the collection you're expecting to see? The ID could have changed e.g. if you migrated using AIP export/import.
other notes, not directly relevant 2) You may want to avoid using the version parameter, solr will not support too old versions of its protocol. Also there's an extra "?", but it will work. 3) You should avoid using the php writer. With these small response sizes, you won't see any performance benefit (you're using indent=on anyway) and using direct evaluation means a chance of running arbitrary injected php code. Just use json instead. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
