Hello.

I was wondering if anyone has seen this before. I am having trouble where a
query for fedora label is returning multiple different labels.

Query:
select $title from <#ri> where <info:fedora/test:object>
<fedora-model:label> $title

Results:
<sparql xmlns="http://www.w3.org/2001/sw/DataAccess/rf1/result";>
<head>
<variable name="object"/>
<variable name="title"/>
</head>
<results>
<result>
<object uri="info:fedora/test:object"/>
<title>
-test
</title>
</result>
<result>
<object uri="info:fedora/test:object"/>
<title>test:object</title>
</result>
<result>
<object uri="info:fedora/test:object"/>
<title>
test
</title>
</result>
</results>
</sparql>

It only seems to happen sporadically its like the other labels aren't
getting deleted when a new label is created, but it is happening often
enough that it is causing some problems.

As a short term solution: Is there a way to reindex specific pids into the
resource index?

Thanks.

-- 
Jonathan Green
DiscoveryGarden Inc.
Sims Office Suites Building, 3rd Floor, 118 Sydney Street
Charlottetown, PE C1A 1G4
902.367.3851 discoverygarden.ca
jonat...@discoverygarden.ca
skype: jonathan.edwards.green
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Fedora-commons-users mailing list
Fedora-commons-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users

Reply via email to