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>
Wed, 27 Oct 2021 15:50:12 +0000 (11:50 -0400)
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; 
         }