Search does not work in the Tokyo release for app templates and UI template workspacesIssue As of the August 2022 Store release for App Engine Studio, search does not work in the Tokyo release for app templates and UI template workspaces. The issue will be addressed in the November 2022 Store release. ReleaseTokyoCauseCreate an application in App Engine Studio.Add a workspace experience.Preview the workspace.Perform a search and receive the 400 Bad request error for UI template workspaces and 0 results for app template workspaces. Resolution Update the Active field to True in the sys_search_source table: Log in as an administrator and be in the application scope.Navigate to the sys_search_source table.Add the Application and Active columns to the list view. Filter the list by Application name. Delete empty table records, if any. Open each record and export it as XML. Update all the XML entries with the field <active>true</true>. Import the updated XML. Confirm that the Active field is true.