You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can assume the Search test done by the diagnostic script is inconsistent as it tests on classes that are not indexed such as deprecated ones or classes with label in another language.
In AgroPortal, check out DSW report :
The 3 concepts tested in red are declared deprecated in the source file.
The text was updated successfully, but these errors were encountered:
Same situation occur with classes for which there is only a label tagged with another language tag than english. They are used for test but are not indexed.
For instance ASCOPAIN-T in AgroPortal
After more investigation in the case of multilingual classes, prefLabel are not indexed
And they are not indexed because this function that fetch the prefLabel attribute (and others) from the store return an empty array in the case of multilingual class.
We can verify this in CSV files (that contains the same attributes that are indexed) :
For the case of an english class (e.g ATC), we see that the column prefLabel is filled
While for the case of a french class (e.g ASCOPAIN-T) , we see that column prefLabel (and some others) is(are) empty
Where does the bug come from
I think that it's related to changes made by Vincent in implementing a multilingual portal (for sifrbioportal) (see compare)
We can assume the Search test done by the diagnostic script is inconsistent as it tests on classes that are not indexed such as deprecated ones or classes with label in another language.
In AgroPortal, check out DSW report :
The 3 concepts tested in red are declared deprecated in the source file.
The text was updated successfully, but these errors were encountered: