Javascript error while searching through custom schema quantities
A user has reported a JavaScript error on the Nomad website related to a user-defined quantity. The user uploaded a .yaml schema with the following content:
sections:
Process:
quantities:
time:
type: Datetime
Evaporation:
base_section: Process
quantities:
pressure:
type: np.float64
unit: Pa
Annealing:
base_section: Process
quantities:
temperaturee:
type: np.float64
unit: K
data:
m_def: Annealing
time: '2022-10-14 12:00:00'
temperaturee: 123.321
The "temperaturee" quantity has been intentionally written with a double "e" to make it easier to locate. When accessing the Explore -> ELN -> User Defined Quantities section on the Nomad website, "temperaturee" does appear as a suggested quantity, but clicking on it results in a JavaScript error.