From 4521a5d0ed43af8e225ce166002aee2ac9c50fc4 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 18 Jun 2018 10:28:11 -0400 Subject: [PATCH] LP#1775466 ident search defaults to isbn Signed-off-by: Bill Erickson --- Open-ILS/src/eg2/src/app/share/catalog/search-context.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ['']; -- 2.11.0