Skip to content

836 added AI search components#839

Open
kamerynB wants to merge 7 commits intomainfrom
836-add-ai-search
Open

836 added AI search components#839
kamerynB wants to merge 7 commits intomainfrom
836-add-ai-search

Conversation

@kamerynB
Copy link
Copy Markdown
Contributor

No description provided.

@kamerynB kamerynB requested review from clarkepeterf and gigamorph and removed request for gigamorph February 11, 2026 15:46
@kamerynB kamerynB force-pushed the 836-add-ai-search branch 2 times, most recently from bf09daa to a3d6225 Compare February 16, 2026 14:21
@clarkepeterf
Copy link
Copy Markdown
Contributor

@kamerynB I think there are a couple of things we want to see before deploying this:

  1. We should route to a tab based on the scope provided in the ai-translate query. Try a query that does not have results for Objects like "Who wrote pride and prejudice?"
  2. We want to show the advanced query view for the search

Base automatically changed from release-v1.63 to main February 16, 2026 20:22
@clarkepeterf
Copy link
Copy Markdown
Contributor

I'm going to tag this to deploy to DEV

@clarkepeterf
Copy link
Copy Markdown
Contributor

@kamerynB we're getting typescript errors trying to deploy:

src/features/advancedSearch/ToggleSearchButton.tsx(60,15): error TS2345: Argument of type '{ query: string; scope: string; onSuccess: (translatedString: string) => void; onError: () => void; onLoading: () => null; }' is not assignable to parameter of type 'ITranslateParameters'.
  Property 'isAiSearch' is missing in type '{ query: string; scope: string; onSuccess: (translatedString: string) => void; onError: () => void; onLoading: () => null; }' but required in type 'ITranslateParameters'.
src/features/search/AdvancedSearchButton.tsx(43,15): error TS2345: Argument of type '{ query: string; scope: string; onSuccess: (translatedString: string) => void; onError: () => void; onLoading: () => null; }' is not assignable to parameter of type 'ITranslateParameters'.
  Property 'isAiSearch' is missing in type '{ query: string; scope: string; onSuccess: (translatedString: string) => void; onError: () => void; onLoading: () => null; }' but required in type 'ITranslateParameters'.

@kamerynB kamerynB force-pushed the 836-add-ai-search branch 2 times, most recently from ba100f2 to 42565f0 Compare February 19, 2026 00:06
kl762 and others added 5 commits February 18, 2026 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants