On Sat, Dec 1, 2012 at 12:25 AM, Calloni, Rodrigo <[email protected]> wrote:
> I believe that DSpace will record AG-AGR in the database instead of
> “Agricultura y seguridad alimentaria”. Is this correct?

I'm not sure, but why don't you take a look?

SELECT * FROM "metadatavalue"
WHERE "metadata_field_id" =
  (SELECT "metadata_field_id" FROM "metadatafieldregistry" WHERE "element" =
'contributor' AND "qualifier" = 'author' LIMIT 1)
LIMIT 30

Replace element and qualifier values with the DC fields you want. You will
see a list of the values for the first 30 items. The text_value column
stores the metadata value.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
DESIGN Expert tips on starting your parallel project right.
http://goparallel.sourceforge.net/
_______________________________________________
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

Reply via email to