@Alex @cbrianso @albert__
We have an important question in the publications section regarding the website. A query in the field pdf text for the word “Valentia” takes 1 minute and 5 seconds on our website, whereas on the monedaiberica.org site it takes 2 seconds.
According to your instructions, “full text search” had to be used for transcriptions. However, the web developers tell us that this is not the issue, that the search speed itself is correct. The problem lies in how the information is returned. As they explain, in the case of mupreva.org, the entire transcription is returned directly, whereas in the case of monedaiberica.org, only the matched fragments are returned, structured like this:
"transcription": {
"necropolis": [
{
"page_number": 25,
"fragm": ".. when the Emperor accepted a municiple office, there wasonly one magistrate and his office was expressed by some formula, such asin this case P.C., which could stand for PRAEFECTVS CAESARIS orPROCVRATOR CAESARis.11114<br>On one lead plate from the Ballesta <mark>necropolis</mark>, the name of Rufus,legatus Augusti appears amongst those of cursed persons. He could well bethe Rufus whose name appears on the coins.113L.M.RVF. could stand for Lucius Marcus Rufusor L. MesciniusR .."
},
{
"page_number": 32,
"fragm": ".. n 129, our issue no. 1, Mainz - Hill II-IHaeberlin 128, our issue no. 16Two coins of our issues nos. 2 and 25, which came originally from theNumantian camps, were in the old Moneteverde collection, and are now in theBalsach.,. 128.EMPORION. In the Marti <mark>necropolis</mark>,together with three Roman asses,one anonymous, one of M. TITINI and one of Q. MARC. UBO, of the period208-150 B.C., were found 4 asses with Iberian inscriptions minted in Emporion.These are nos. 221, 204, 1109 a .."
},
{
"page_number": 33,
"fragm": ".. ith a terminus ante quern. The state of wear of the coins is similar tothat of the asses of the Roman Uncial system found in the same hoard.To our knowledge no coins of Emporion with Latin inscriptions have beenfound in any hoards; the only one we can cite was found in the Ballesta<mark>necropolis</mark> in Emporion, 132 no. 1085 of the MAB, our issue no. 81, whichwas found with a bronze coin of Octavian inscribed CAESAR DIVI. F, the reverse showing the head of Caesar crowned with a laurel wreath and the wordsDIVVS IUllVS, da .."
},
{
"page_number": 92,
"fragm": ".. na 1952.109.Inscription no. 3 of M. Almagro, cited in the previous note.110.A. Heiss, Description Generale des Monnaies antiques de l 'Espagne,Paris 1870, 75.111.CIL 3840.112.M. Almagro, Las <mark>necropolis</mark> de Ampurias, II. Barcelona 1955, 25.113.CIL II, 985, 2029, 1460. M. Grant, From imperium to auctoritas,Cambridge 1969, 156-157.114.RIC 74-75.115.A. .."
},
{
"page_number": 94,
"fragm": ".. , Los tesoros de Azaila y la circulaci6n monetaria enel Valle del Ebro, printing.131.J. M. de Navascues, Las monedas hispanicas del Museo Arquelogico,National de Madrid, II, Barcelona 1971.83<br>132.M. Almagro, Las <mark>necropolis</mark> de Ampurias, TI, Barcelona 1955.133.RIC I, 43.134.L. Villaronga, La evolucion epigrafica en las leyendas monetalesibericas, Numisma, 8, 1958, 9-50.135..."
}
]
}
We have been told that if the Dédalo API returned the information in this way, the problem would be solved, since it would not be necessary to download all the transcriptions.
Our question is: do we need to change the API? Isn’t it possible to simply reuse the code from our current website or from the Moneda Ibérica site, where this type of search is already working properly? If we have to modify the transcription diffusion, we don’t know what needs to be done.
Thank you