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:
parent
e21419b733
commit
1c82782759
1 changed files with 2 additions and 0 deletions
|
@ -292,6 +292,8 @@ a.add, a.delete {
|
|||
<option value="sum">Sum</option>
|
||||
<option value="isbn">ISBN</option>
|
||||
<option value="stdno">Std. Number</option>
|
||||
<option value="callnumber">Call Number</option>
|
||||
<option value="geo_point">Geo point</option>
|
||||
</select>
|
||||
</td>
|
||||
<td>
|
||||
|
|
Loading…
Reference in a new issue