MCPcopy Create free account

hub / github.com/algolia/docsearch / functions

Functions383 in github.com/algolia/docsearch

FunctionChevronUp
({ className })
packages/website/src/components/icons.js:17
FunctionCloseIcon
()
packages/docsearch-react/src/icons/CloseIcon.tsx:3
FunctionCommandIcon
(props: CommandIconProps)
packages/docsearch-react/src/Footer.tsx:28
FunctionComp
()
packages/docsearch-core/src/__tests__/DocSearch.test.tsx:55
FunctionComposable
()
examples/demo-react/src/examples/composable.tsx:6
FunctionContentIcon
()
packages/docsearch-react/src/icons/SourceIcon.tsx:56
FunctionConversationActions
({ translations, conversations, id, onFeedback, latestAssistantMessageContent, showActions, }: Con
packages/docsearch-react/src/Sidepanel/ConversationActions.tsx:19
FunctionConversationHistoryIcon
()
packages/docsearch-react/src/icons/ConversationHistoryIcon.tsx:3
FunctionConversationHistoryScreen
({ onAskAiToggle, ...props }: ConversationHistoryScreenProps)
packages/docsearch-react/src/ConversationHistoryScreen.tsx:14
FunctionConversationHistoryScreen
({ conversations, selectConversation, }: ConversationHistoryScreenProps)
packages/docsearch-react/src/Sidepanel/ConversationHistoryScreen.tsx:14
FunctionCookieSettingsButton
()
packages/website/src/components/CookieSettingsButton.js:39
FunctionCopyButton
({ onClick, translations, }: { onClick: () => void; translations: AskAiScreenTranslations; })
packages/docsearch-react/src/AskAiScreen.tsx:484
FunctionCustomHit
({ hit }: { hit: any })
examples/demo-react/src/examples/w-hit-component.tsx:5
FunctionDefaultExperience
()
examples/demo-react/src/examples/default.tsx:5
FunctionDescription
()
packages/website/src/components/Home.js:177
FunctionDislikeButton
({ title, onClick }: { title: string; onClick: () => void })
packages/docsearch-react/src/AskAiScreen.tsx:583
FunctionDocSearch
(props: Partial<DocSearchProps>)
packages/docsearch-react/src/__tests__/api.test.tsx:10
FunctionDocSearch
(props: Partial<DocSearchProps>)
packages/docsearch-react/src/__tests__/keyboardShortcuts.test.tsx:10
FunctionDocSearch
(props: TestDocSearchProps)
packages/docsearch-react/src/__tests__/imperative.test.tsx:12
FunctionDocSearch
({ externalUrlRegex, ...props }: AlgoliaSearchBarProps)
adapters/docusaurus-theme-search-algolia/src/theme/SearchBar/index.tsx:205
FunctionDocSearch
()
examples/demo-react/src/examples/dynamic-import-modal.tsx:20
FunctionDocSearchButton
({ onClick, ...props }: DocSearchButtonProps)
packages/docsearch-modal/src/DocSearchButton.tsx:8
FunctionDocSearchButtonKey
({ reactsToKey, children }: React.PropsWithChildren<DocSearchButtonKeyProps>)
packages/docsearch-react/src/DocSearchButton.tsx:73
FunctionDocSearchComponent
(props: DocSearchProps, ref: React.ForwardedRef<DocSearchRef>)
packages/docsearch-react/src/DocSearch.tsx:249
FunctionDocSearchInner
(props: DocSearchProps)
packages/docsearch-react/src/DocSearch.tsx:259
FunctionDocSearchInner
( { children, theme, onReady, onOpen, onClose, onSidepanelOpen, onSidepanelClose, ...props }: DocSearchProps
packages/docsearch-core/src/DocSearch.tsx:88
FunctionDocSearchModal
(props: DocSearchModalProps)
packages/docsearch-modal/src/DocSearchModal.tsx:19
FunctionDocSearchModal
({ appId, apiKey, askAi, maxResultsPerGroup, theme, onClose = noop, transformItems = identity,
packages/docsearch-react/src/DocSearchModal.tsx:283
FunctionDocSearchSidepanelComp
({ button: buttonProps = {}, panel: { portalContainer, ...panelProps } = {}, ...rootProps }: DocSearchSi
packages/docsearch-react/src/Sidepanel.tsx:113
FunctionDocSearchSidepanelComponent
( { keyboardShortcuts, theme, onReady, onOpen, onClose, onSidepanelOpen, onSidepanelClose, ...props }: Sidep
packages/docsearch-react/src/Sidepanel.tsx:91
FunctionDynamicImportModal
()
examples/demo-react/src/examples/dynamic-import-modal.tsx:111
FunctionEditIcon
()
packages/docsearch-react/src/icons/EditIcon.tsx:4
FunctionErrorIcon
()
packages/docsearch-react/src/icons/ErrorIcon.tsx:3
FunctionErrorScreen
({ translations = {} }: ErrorScreenProps)
packages/docsearch-react/src/ErrorScreen.tsx:14
FunctionExpandIcon
()
packages/docsearch-react/src/icons/ExpandIcon.tsx:4
FunctionFeaturesBento
()
packages/website/src/components/ui/features-bento.jsx:3
FunctionFlipWords
({ words, duration = 3000, className })
packages/website/src/components/ui/flip-words.jsx:6
FunctionFolderIcon
()
packages/docsearch-react/src/icons/FolderIcon.tsx:4
FunctionFooter
({ translations = {}, isAskAiActive = false }: FooterProps)
packages/docsearch-react/src/Footer.tsx:38
FunctionFooterCopyright
({ copyright })
packages/website/src/theme/Footer/Copyright/index.js:4
FunctionGoToExternal
()
packages/docsearch-react/src/icons/GoToExternalIcon.tsx:3
FunctionHeader
()
packages/website/src/components/Home.js:136
FunctionHit
({ hit, children }: HitProps)
packages/docsearch-react/src/Hit.tsx:10
FunctionHit
({ hit, children }: { hit: InternalDocSearchHit | StoredDocSearchHit; children: ReactNode })
adapters/docusaurus-theme-search-algolia/src/theme/SearchBar/index.tsx:161
FunctionHomePage
()
packages/website/src/pages/index.js:6
FunctionIntroducingSection
()
packages/website/src/components/ui/features.jsx:10
FunctionKeyboard
()
packages/website/src/components/ui/keyboard.jsx:3
FunctionLikeButton
({ title, onClick }: { title: string; onClick: () => void })
packages/docsearch-react/src/AskAiScreen.tsx:556
FunctionLoadingIcon
({ className }: { className?: string })
packages/docsearch-react/src/icons/LoadingIcon.tsx:3
FunctionLogos
()
packages/website/src/components/ui/logos.jsx:41
FunctionLvlIcon
()
packages/docsearch-react/src/icons/SourceIcon.tsx:3
FunctionMenu
({ children }: PropsWithChildren)
packages/docsearch-react/src/Menu.tsx:9
FunctionMenuContent
({ children }: PropsWithChildren)
packages/docsearch-react/src/Menu.tsx:63
FunctionMenuItem
({ children, className = '', onClick, ...props }: PropsWithChildren<MenuItemProps>)
packages/docsearch-react/src/Menu.tsx:73
FunctionMenuTrigger
({ children, className = '', disabled }: PropsWithChildren<MenuTriggerProps>)
packages/docsearch-react/src/Menu.tsx:40
FunctionModalHeading
({ heading, shimmer = false }: ModalHeadingProps)
packages/docsearch-react/src/ModalHeading.tsx:9
FunctionMoreVerticalIcon
()
packages/docsearch-react/src/icons/MoreVerticalIcon.tsx:3
FunctionMultiIndex
()
examples/demo-react/src/examples/multi-index.tsx:5
FunctionNewConversationIcon
()
packages/docsearch-react/src/icons/NewConversationIcon.tsx:4
FunctionNewConversationScreen
({ translations = {}, suggestedQuestions = [], selectSuggestedQuestion, }: NewConversationProps)
packages/docsearch-react/src/NewConversationScreen.tsx:16
FunctionNewConversationScreen
({ suggestedQuestions, onSelectQuestion, translations = {}, }: NewConversationScreenProps)
packages/docsearch-react/src/Sidepanel/NewConversationScreen.tsx:23
FunctionNoResultsIcon
()
packages/docsearch-react/src/icons/NoResultsIcon.tsx:3
FunctionNoResultsScreen
({ translations = {}, ...props }: NoResultsScreenProps)
packages/docsearch-react/src/NoResultsScreen.tsx:18
FunctionPrimaryButton
({ children, href, className = '', ...props })
packages/website/src/components/ui/button.jsx:17
FunctionRecentIcon
()
packages/docsearch-react/src/icons/RecentIcon.tsx:3
FunctionRelatedSourceIcon
()
packages/docsearch-react/src/AskAiScreen.tsx:464
FunctionResult
({ item, index, renderIcon, renderAction, getItemProps, onItemClick, collection, hitComponent,
packages/docsearch-react/src/Results.tsx:87
FunctionResults
(props: ResultsProps<TItem>)
packages/docsearch-react/src/Results.tsx:26
FunctionResultsFooter
({ state, onClose, searchPagePath }: ResultsFooterProps)
adapters/docusaurus-theme-search-algolia/src/theme/SearchBar/index.tsx:171
FunctionResultsFooterComponent
({ state }: { state: AutocompleteState<InternalDocSearchHit> })
examples/demo-react/src/examples/w-results-footer.tsx:7
FunctionResultsScreen
({ translations = {}, ...props }: ResultsScreenProps)
packages/docsearch-react/src/ResultsScreen.tsx:18
FunctionRoot
({ children })
packages/website/src/theme/Root.js:8
FunctionSearchBar
(props: Partial<AlgoliaSearchBarProps>)
adapters/docusaurus-theme-search-algolia/src/theme/SearchBar/index.tsx:401
FunctionSearchBox
({ translations = {}, askAiState, onAskAiToggle, setAskAiState, ...props }: SearchBoxProps)
packages/docsearch-react/src/SearchBox.tsx:64
FunctionSearchIcon
({ size = 20, color = 'currentColor' }: SearchIconProps)
packages/docsearch-react/src/icons/SearchIcon.tsx:8
FunctionSearchPage
()
adapters/docusaurus-theme-search-algolia/src/theme/SearchPage/index.tsx:519
FunctionSearchPageContent
()
adapters/docusaurus-theme-search-algolia/src/theme/SearchPage/index.tsx:200
FunctionSearchVersionSelectList
({ docsSearchVersionsHelpers, }: { docsSearchVersionsHelpers: ReturnType<typeof useDocsSearchVersionsHelpe
adapters/docusaurus-theme-search-algolia/src/theme/SearchPage/index.tsx:78
FunctionSelectIcon
()
packages/docsearch-react/src/icons/SelectIcon.tsx:3
FunctionSendIcon
()
packages/docsearch-react/src/icons/SendIcon.tsx:4
FunctionSidepanel
({ portalContainer, ...props }: SidepanelProps)
packages/docsearch-sidepanel/src/Sidepanel.tsx:15
FunctionSidepanelButton
({ portalcontainer, ...props }: SidepanelButtonProps)
packages/docsearch-sidepanel/src/SidepanelButton.tsx:12
FunctionSidepanelButton
({ variant = 'floating', keyboardShortcuts, translations = {}, ...props }: Props)
packages/docsearch-react/src/Sidepanel/SidepanelButton.tsx:49
FunctionSidepanelExample
()
examples/demo-react/src/examples/sidepanel.tsx:6
FunctionSidepanelInner
( { isOpen = false, onOpen, onClose, assistantId, apiKey, appId, indexName,
packages/docsearch-react/src/Sidepanel/Sidepanel.tsx:141
FunctionSnippet
({ hit, attribute, tagName = 'span', ...rest }: SnippetProps<TItem>)
packages/docsearch-react/src/Snippet.tsx:21
FunctionSourceIcon
(props: { type: string })
packages/docsearch-react/src/icons/SourceIcon.tsx:25
FunctionSparklesIcon
({ className = '' }: Props)
packages/docsearch-react/src/icons/SparklesIcon.tsx:7
FunctionSpotlight
({ className, fill })
packages/website/src/components/ui/spotlight.jsx:5
FunctionStarIcon
()
packages/docsearch-react/src/icons/StarIcon.tsx:3
FunctionStartScreen
({ translations = {}, ...props }: StartScreenProps)
packages/docsearch-react/src/StartScreen.tsx:24
FunctionStateRender
()
packages/docsearch-core/src/__tests__/DocSearch.test.tsx:30
FunctionStopIcon
()
packages/docsearch-react/src/icons/StopIcon.tsx:3
FunctionToolCall
({ part, translations, onSearchQueryClick }: ToolCallProps)
packages/docsearch-react/src/ToolCall.tsx:28
FunctionWHitComponent
()
examples/demo-react/src/examples/w-hit-component.tsx:114
FunctionWResultsFooter
()
examples/demo-react/src/examples/w-results-footer.tsx:18
FunctionWTransformItems
()
examples/demo-react/src/examples/w-hit-transformItems.tsx:22
Functionadd
(item: TItem)
packages/docsearch-react/src/stored-searches.ts:26
FunctionaddFeedback
Record feedback (like/dislike) for a given message id within stored conversations.
packages/docsearch-react/src/stored-searches.ts:75
Functionclose
()
packages/docsearch-sidepanel-js/src/sidepanel.tsx:73
← previousnext →201–300 of 383, ranked by callers