From: Bill Erickson Date: Mon, 18 Jun 2018 14:28:11 +0000 (-0400) Subject: LP#1775466 ident search defaults to isbn X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0a762711e8d97a4e4f268fc5edbd8d111e4a7ef2;p=working%2FEvergreen.git LP#1775466 ident search defaults to isbn Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/eg2/src/app/share/catalog/search-context.ts b/Open-ILS/src/eg2/src/app/share/catalog/search-context.ts index 17789df872..7b918ca6b7 100644 --- a/Open-ILS/src/eg2/src/app/share/catalog/search-context.ts +++ b/Open-ILS/src/eg2/src/app/share/catalog/search-context.ts @@ -109,7 +109,7 @@ export class CatalogSearchContext { this.sort = ''; this.query = ['']; this.identQuery = null; - this.identQueryType = 'isbn'; + this.identQueryType = 'identifier|isbn'; this.fieldClass = ['keyword']; this.matchOp = ['contains']; this.joinOp = [''];