LP#1775466 ident search defaults to isbn collab/berick/lp1775466-ang6-with-dynamic-jit-mod
authorBill Erickson <berickxx@gmail.com>
Mon, 18 Jun 2018 14:28:11 +0000 (10:28 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 18 Jun 2018 14:28:11 +0000 (10:28 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/share/catalog/search-context.ts

index 17789df..7b918ca 100644 (file)
@@ -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 = [''];