LinguaLibre

Difference between revisions of "Records"

Line 1: Line 1:
For performance reasons, the maximum number of audio recording shown at a time is 3000. This will be enhanced in the future.
+
For performance reasons, the maximum number of audio recording shown at a time is 1000. This will be enhanced in the future.
  
 
<query _pagination="100" record="Item" audio="Record" recordLabel="Transcription" locutorLabel="Speaker" langLabel="Language" levelLabel="Language level">
 
<query _pagination="100" record="Item" audio="Record" recordLabel="Transcription" locutorLabel="Speaker" langLabel="Language" levelLabel="Language level">
Line 32: Line 32:
 
             ?language rdfs:label ?languageLabel.
 
             ?language rdfs:label ?languageLabel.
 
         }
 
         }
     } ORDER BY ?recordLabel LIMIT 3000
+
     } ORDER BY ?recordLabel LIMIT 1000
 
</query>
 
</query>

Revision as of 10:42, 25 January 2019

For performance reasons, the maximum number of audio recording shown at a time is 1000. This will be enhanced in the future.

... Loading ...