Results 12 issues of Gilles Faucherand

We have in our project huge transcriptions based on our own standoff mapping and we have poor performances to retrieve the value of this property. I mainly use gravsearch to...

I try to sort the result of a gravsearch query according to a linked resource's property. In my following example, I'm searching for `DraftPerson`s, but I want to sort the...

Gravsearch

is there any rules about the value of the `username` property of a `User`? We have many users to migrate from a DB into Knora and many of them have...

API/Admin

Is there a way to force Lucene (behind the scene) to match a string with spaces? In my example I try to match a title : `la révolution vaudoise` to...

Gravsearch

I get this error on a gravsearch query: ``` webapi_1 | 2019-10-23 09:12:05 | ERROR | Dispatcher | Entity http://rdfh.ch/0113/9h2huqLgS4aG9d3xLgXcIQ/values/-szOyfUkRnGYbF0UULjnUg has no creator webapi_1 | org.knora.webapi.InconsistentTriplestoreDataException: Entity http://rdfh.ch/0113/9h2huqLgS4aG9d3xLgXcIQ/values/-szOyfUkRnGYbF0UULjnUg has no...

API/V2
Gravsearch

We can send these permissions `CR knora-admin:Creator|RV knora-admin:Creator` to Knora API v2 when we create a permissions: ```json { "@type": "anything:Thing", "knora-api:attachedToProject": { "@id": "http://rdfh.ch/projects/0001" }, "knora-api:hasPermissions": "CR knora-admin:Creator|RV knora-admin:Creator",...

bug
API/V2

Is there a more effective way to get the list of distinct values of a property (`hasJournalTitle`) other than to go through all the pages? Actually, I do that in...

question
Gravsearch

As discussed long time ago, we have to provide to the end users of LL a way to manage a _draft_ version of a resource which is different of the...

question
API/V2

Is it possible to accept array of values on `HTTP POST to http://host/v2/values` end point? (It is already possible on resource creation endpoint) ```json { "@context": { "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", "knora-api":...

enhancement
API/V2

Hello Huston, we have a problem here in Lausanne with a bulk import containing about 100 images. We don't really know what images can cause the failed and if the...

bulk-import
blocking