Skip to content

fix: Stable search page and results#1158

Draft
christopher-hakkaart wants to merge 3 commits intomasterfrom
chris-typesense-fix
Draft

fix: Stable search page and results#1158
christopher-hakkaart wants to merge 3 commits intomasterfrom
chris-typesense-fix

Conversation

@christopher-hakkaart
Copy link
Member

No description provided.

@netlify
Copy link

netlify bot commented Feb 26, 2026

Deploy Preview for seqera-docs ready!

Name Link
🔨 Latest commit 8372da0
🔍 Latest deploy log https://app.netlify.com/projects/seqera-docs/deploys/69a0da21020f3b00081ab8c5
😎 Deploy Preview https://deploy-preview-1158--seqera-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

🪄 Pre-commit formatting suggestions

You can apply each suggestion via the GitHub UI, add a comment containing the keyword fix formatting or set up pre-commit locally and commit again.

const [searchQuery, setSearchQueryState] = (0, react_1.useState)('');
// Init search query just after React hydration
(0, react_1.useEffect)(() => {
const searchQueryStringValue =
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
const searchQueryStringValue =
const searchQueryStringValue =

});
setSearchQueryState(newSearchQuery);
}, [history]);
const generateSearchPageLink = (0, react_1.useCallback)((targetSearchQuery) =>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
const generateSearchPageLink = (0, react_1.useCallback)((targetSearchQuery) =>
const generateSearchPageLink = (0, react_1.useCallback)((targetSearchQuery) =>

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