I have a unique identifier from the database, 85697, and I need to search 
Fedora to see if there's a match to this number under identifier.  But when I 
try:

http://fedora.mobot.org:8180/fedora/search?query=identifier~*85697&maxResults=50&xml=true&pid=true&title=true";

I get the following:
<result>
        <resultList>
        <objectFields>
                <pid>tropicos:85040</pid>
        </objectFields>
        <objectFields>
                <pid>tropicos-images:50</pid>
        </objectFields>
        <objectFields>
                <pid>tropicos-images:2</pid>
        </objectFields>
        </resultList>
</result>

the first one is the correct record, because it has that number under 
identifier:
<dc:identifier>http://tropicos.org/image/85697</dc:identifier>

So h ow can I make the search just look for that number, not other numbers that 
include that number?  Also, how can I have it search only within the tropicos: 
namespace?  

I've tried all sorts of combinations and can't figure it out via the online 
wiki.

Thanks

P
--
Phil Cryer | Open Source Lead | Missouri Botanical Garden | skype phil.cryer

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fedora-commons-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers

Reply via email to