diff --git a/apps/client/public/locales/en-US/translation.json b/apps/client/public/locales/en-US/translation.json index 472c4ea46..c97db4ad1 100644 --- a/apps/client/public/locales/en-US/translation.json +++ b/apps/client/public/locales/en-US/translation.json @@ -1309,5 +1309,6 @@ "Read-only mode": "Read-only mode", "AI Chat can search and read workspace content, but cannot create or edit pages.": "AI Chat can search and read workspace content, but cannot create or edit pages.", "Toggle AI Chat read-only mode": "Toggle AI Chat read-only mode", - "Title only": "Title only" + "Title only": "Title only", + "File name only": "File name only" } diff --git a/apps/client/src/features/search/components/search-spotlight-filters.tsx b/apps/client/src/features/search/components/search-spotlight-filters.tsx index ca4bdcd85..f7377d7fb 100644 --- a/apps/client/src/features/search/components/search-spotlight-filters.tsx +++ b/apps/client/src/features/search/components/search-spotlight-filters.tsx @@ -255,7 +255,7 @@ export function SearchSpotlightFilters({ - {contentType !== "attachment" && !isAiMode && ( + {!isAiMode && ( )} diff --git a/apps/server/src/ee b/apps/server/src/ee index 641346a5b..1ab61e594 160000 --- a/apps/server/src/ee +++ b/apps/server/src/ee @@ -1 +1 @@ -Subproject commit 641346a5b837d47abe32a911707aa072e205b175 +Subproject commit 1ab61e594f5b6259e0f66feb8519377040c57acd