Bug 37857: Add callnumber and geo_point for new search fields

It is missing "Geo point" and "Call Number" from the options of
"Type" when creating a new search field.

Test plan:
Go to the elastic mapping config page, bottom of the page.
Notice that after this patch you see the 2 options in the dropdown list.

Signed-off-by: Chloe Zermatten <chloe.zermatten@ptfs-europe.com>
Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Jonathan Druart 2024-09-09 11:06:37 +02:00 committed by Katrin Fischer
parent e21419b733
commit 1c82782759
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -292,6 +292,8 @@ a.add, a.delete {
<option value="sum">Sum</option> <option value="sum">Sum</option>
<option value="isbn">ISBN</option> <option value="isbn">ISBN</option>
<option value="stdno">Std. Number</option> <option value="stdno">Std. Number</option>
<option value="callnumber">Call Number</option>
<option value="geo_point">Geo point</option>
</select> </select>
</td> </td>
<td> <td>