Skip to content

Commit

Permalink
keep @link AnswersCore for now
Browse files Browse the repository at this point in the history
  • Loading branch information
alextaing committed Jul 5, 2022
1 parent d184b38 commit 5df6073
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/models/core/SearchConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Endpoints } from './Endpoints';
import { Visitor } from './Visitor';

/**
* The base configuration options for {@link SearchCore}.
* The base configuration options for {@link AnswersCore}.
* @public
*/
export interface BaseSearchConfig {
Expand Down Expand Up @@ -39,7 +39,7 @@ export interface BaseSearchConfig {
}

/**
* Configuration options for {@link SearchCore}, which includes the
* Configuration options for {@link AnswersCore}, which includes the
* options from {@link BaseSearchConfig}, but requires apiKey.
* @public
*/
Expand All @@ -53,7 +53,7 @@ export interface SearchConfigWithApiKey extends BaseSearchConfig {
}

/**
* Configuration options for {@link SearchCore}, which includes the
* Configuration options for {@link AnswersCore}, which includes the
* options from {@link BaseSearchConfig}, but requires token.
* @public
*/
Expand All @@ -70,7 +70,7 @@ export interface SearchConfigWithToken extends BaseSearchConfig {
}

/**
* The main configuration options for {@link SearchCore}.
* The main configuration options for {@link AnswersCore}.
* For a full description of the options, see {@link BaseSearchConfig}.
* The config requires either an apiKey or a token.
*
Expand Down
2 changes: 1 addition & 1 deletion src/provideCore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { defaultEndpoints } from './constants';
* The entrypoint to the search-core library.
*
* @remarks
* Returns an {@link SearchCore} instance.
* Returns an {@link AnswersCore} instance.
*
* @param config - The search-core config
*
Expand Down

0 comments on commit 5df6073

Please sign in to comment.