mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-08-31 15:43:25 +00:00
remove personalized search
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
facetFilters: ['lang:' + ($locale ?? 'en')]
|
||||
},
|
||||
placeholder: $_('docs.search.search'),
|
||||
disableUserPersonalization: true,
|
||||
translations: {
|
||||
button: {
|
||||
buttonText: $_('docs.search.search'),
|
||||
@@ -29,14 +30,6 @@
|
||||
cancelButtonAriaLabel: $_('docs.search.cancel'),
|
||||
searchInputLabel: $_('docs.search.search')
|
||||
},
|
||||
startScreen: {
|
||||
recentSearchesTitle: $_('docs.search.recent'),
|
||||
noRecentSearchesText: $_('docs.search.no_recent'),
|
||||
saveRecentSearchButtonTitle: $_('docs.search.save'),
|
||||
removeRecentSearchButtonTitle: $_('docs.search.remove'),
|
||||
favoriteSearchesTitle: $_('docs.search.favorites'),
|
||||
removeFavoriteSearchButtonTitle: $_('docs.search.remove_favorite')
|
||||
},
|
||||
footer: {
|
||||
selectText: $_('docs.search.to_select'),
|
||||
navigateText: $_('docs.search.to_navigate'),
|
||||
|
@@ -471,12 +471,6 @@
|
||||
"search": "Search",
|
||||
"clear": "Clear",
|
||||
"cancel": "Cancel",
|
||||
"recent": "Recent searches",
|
||||
"no_recent": "No recent searches",
|
||||
"save": "Save this search",
|
||||
"remove": "Remove this search from history",
|
||||
"favorites": "Favorites",
|
||||
"remove_favorite": "Remove this search from favorites",
|
||||
"to_select": "to select",
|
||||
"to_navigate": "to navigate",
|
||||
"to_close": "to close",
|
||||
|
Reference in New Issue
Block a user