mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-02 08:42:31 +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'),
|
||||
|
Reference in New Issue
Block a user