Skip to content

feat: make search more useable - #623

Open
Soner (shyim) wants to merge 1 commit into
mainfrom
feat/search-page-improvments
Open

feat: make search more useable#623
Soner (shyim) wants to merge 1 commit into
mainfrom
feat/search-page-improvments

Conversation

@shyim

@shyim Soner (shyim) commented Jun 12, 2026

Copy link
Copy Markdown
Member

Made by Codex. Don't wanted to invest real time, but it's already A LOT better

Before

Screendrop_2026-06-12-08-02-28 Screendrop_2026-06-12-08-03-24

After

Screendrop_2026-06-12-08-03-34 Screendrop_2026-06-12-08-03-42

@@ -0,0 +1,357 @@
<script setup lang="ts">

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We did some customizations in the theme repo already, like adding the section point and customizing searchParameters. The core implementation is still the same as in vitepress v1 (docsearch v3) but it changed in alpha vitepress v2 (docsearch v4).

const ignoredPathSegments = new Set([
'de',
'en',
'shopware-6-de',

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

If we don't want to display user docs, we should simply remove it from the crawler.

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