feat: improve search to target single collections (#3760)

This commit is contained in:
Hannes Küttner
2020-05-18 09:52:06 +02:00
committed by GitHub
parent 72596bbbec
commit 588622adb2
15 changed files with 569 additions and 82 deletions

View File

@ -34,11 +34,18 @@ const de = {
collection: {
sidebar: {
collections: 'Inhaltstypen',
allCollections: 'Allen Inhaltstypen',
searchAll: 'Alles durchsuchen',
searchIn: 'Suchen in',
},
collectionTop: {
sortBy: 'Sortieren nach',
viewAs: 'Anzeigen als',
newButton: 'Neue(r) %{collectionLabel}',
ascending: 'Aufsteigend',
descending: 'Absteigend',
searchResults: 'Suchergebnisse für "%{searchTerm}"',
searchResultsInCollection: 'Suchergebnisse für "%{searchTerm}" in %{collection}',
},
entries: {
loadingEntries: 'Beiträge laden',

View File

@ -34,7 +34,9 @@ const en = {
collection: {
sidebar: {
collections: 'Collections',
allCollections: 'All Collections',
searchAll: 'Search all',
searchIn: 'Search in',
},
collectionTop: {
sortBy: 'Sort by',
@ -42,6 +44,8 @@ const en = {
newButton: 'New %{collectionLabel}',
ascending: 'Ascending',
descending: 'Descending',
searchResults: 'Search Results for "%{searchTerm}"',
searchResultsInCollection: 'Search Results for "%{searchTerm}" in %{collection}',
},
entries: {
loadingEntries: 'Loading Entries...',