Просмотр исходного кода

Add comment to clarify that search results include subordinate pages by default

Shun Miyazawa 8 месяцев назад
Родитель
Сommit
315d8f6cdb

+ 1 - 0
apps/app/src/features/openai/client/components/AiAssistant/AiAssistantManagementModal/AiAssistantManagementKeywordSearch.tsx

@@ -51,6 +51,7 @@ export const AiAssistantKeywordSearch = (props: { updateBaseSelectedPages: (page
     includeTrashPages: false,
   });
 
+  // Search results will include subordinate pages by default
   const pagesWithGlobPath = useMemo((): IPageHasId[] | undefined => {
     if (searchResult == null) {
       return;