skip browse entry searches
authorBill Erickson <berickxx@gmail.com>
Tue, 17 Sep 2019 15:28:37 +0000 (11:28 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 3 Feb 2020 22:13:59 +0000 (17:13 -0500)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/eg2/src/app/share/catalog/elastic.service.ts

index e711ae7..06b55e9 100644 (file)
@@ -39,7 +39,8 @@ export class ElasticService {
 
         if ( ctx.termSearch.isSearchable() &&
             !ctx.termSearch.groupByMetarecord &&
-            !ctx.termSearch.fromMetarecord) { 
+            !ctx.termSearch.fromMetarecord &&
+            !ctx.termSearch.hasBrowseEntry) { 
             return true; 
         }