Bug 10544: add Number-local-acquisition in known indexes
Adding Number-local-acquisition in C4::Search known indexes allows to search without using "ccl=" prefix. Also corrects in ccl.properties : inv must be an alias of Number-local-acquisition. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
10e1cbeb14
commit
b0f39cee0d
2 changed files with 2 additions and 1 deletions
|
@ -1088,6 +1088,7 @@ sub getIndexes{
|
|||
'mc-itype',
|
||||
'mc-loc',
|
||||
'notforloan',
|
||||
'Number-local-acquisition',
|
||||
'onloan',
|
||||
'price',
|
||||
'renewals',
|
||||
|
|
|
@ -1001,7 +1001,7 @@ coded-location-qualifier 1=8016
|
|||
price 1=8017
|
||||
Number-local-acquisition 1=1062
|
||||
stocknumber Number-local-acquisition
|
||||
inv stocknumber
|
||||
inv Number-local-acquisition
|
||||
stack 1=8018
|
||||
issues 1=8019
|
||||
renewals 1=8020
|
||||
|
|
Loading…
Reference in a new issue