Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Conversation

@markvanlan
Copy link
Contributor

This PR moves the ai-semantic-search component into it's own component file, instead of being directly defined in the connector. This allows for re-use elsewhere. (by other themes/plugins)

Copy link
Member

@keegangeorge keegangeorge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Just some small suggestions for class names

import AiSemanticSearch from "../../components/ai-semantic-search";

export default class SemanticSearch extends Component {
export default class SemanticSearchConnector extends Component {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're moving away from the name of Semantic Search in favour of AI search (see /t/141433), so maybe can we call this either AiSearchConnector or AiFullPageSearch ?

import DTooltip from "float-kit/components/d-tooltip";
import AiIndicatorWave from "./ai-indicator-wave";

export default class AiSemanticSearch extends Component {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're moving away from the name of Semantic Search in favour of AI search (see /t/141433), so maybe can we call this either AiSearch or AiFullPageSearch ?

@markvanlan markvanlan merged commit b6cefd1 into main Jan 2, 2025
6 checks passed
@markvanlan markvanlan deleted the move-semantic-search-to-component branch January 2, 2025 18:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants