diff --git a/src/app/shared/search/search-results/search-results.component.html b/src/app/shared/search/search-results/search-results.component.html index d6a9e76fb5d..0ebd6a7aa79 100644 --- a/src/app/shared/search/search-results/search-results.component.html +++ b/src/app/shared/search/search-results/search-results.component.html @@ -23,10 +23,13 @@

{{ (configuration ? configuration + '.search.results. message="{{errorMessageLabel() | translate}}">
{{ 'search.results.no-results' | translate }} - - - - - - + + {{"search.results.no-results-link" | translate}} + +
+ {{ 'search.results.advanced-search' | translate }} + {{ 'search.results.advanced-search-link' | translate }} +
diff --git a/src/app/shared/search/search-results/search-results.component.ts b/src/app/shared/search/search-results/search-results.component.ts index 0a83d3e5c6e..3b75a7c9887 100644 --- a/src/app/shared/search/search-results/search-results.component.ts +++ b/src/app/shared/search/search-results/search-results.component.ts @@ -32,6 +32,8 @@ export interface SelectionConfig { export class SearchResultsComponent { hasNoValue = hasNoValue; + ADVANCED_SEARCH_WIKI_URL = 'https://wiki.lyrasis.org/display/DSDOC7x/Search+-+Advanced'; + /** * The link type of the listed search results */ diff --git a/src/assets/i18n/cs.json5 b/src/assets/i18n/cs.json5 index bf215b76d59..c2aa4e32fe3 100644 --- a/src/assets/i18n/cs.json5 +++ b/src/assets/i18n/cs.json5 @@ -7108,10 +7108,17 @@ "search.results.head" : "Výsledky hledání", // "search.results.no-results" : "Your search returned no results. Having trouble finding what you're looking for? Try putting" - "search.results.no-results" : "Nebyly nalezeny žádné výsledky, zkuste dotaz přeformulovat.", + "search.results.no-results" : "Nebyly nalezeny žádné výsledky. Máte problém najít to, co hledáte? Zkuste dotaz", // "search.results.no-results-link" : "quotes around it" - "search.results.no-results-link" : "vložit citace", + "search.results.no-results-link" : "vložit do citace.", + + // "search.results.advanced-search" : "Or try searching using the " + "search.results.advanced-search" : "Nebo skuste vyhledávat podle metod ", + + // "search.results.advanced-search-link": "advanced search." + "search.results.advanced-search-link" : "pokročilého vyhledávaní.", + // "search.results.empty" : "Your search returned no results." "search.results.empty" : "Vaše hledání nevrátilo žádné výsledky.", diff --git a/src/assets/i18n/en.json5 b/src/assets/i18n/en.json5 index a0fe7c381b8..320909a93ea 100644 --- a/src/assets/i18n/en.json5 +++ b/src/assets/i18n/en.json5 @@ -4371,6 +4371,10 @@ "search.results.no-results-link": "quotes around it", + "search.results.advanced-search" : "Or try searching using the ", + + "search.results.advanced-search-link" : "advanced search.", + "search.results.empty": "Your search returned no results.", "search.results.view-result": "View",