Minecraft-Console-Client/docs/.vuepress
copilot-swe-agent[bot] a7dd9fff09
fix: remove getExtraFields from searchPlugin to fix search freeze regression
The getExtraFields callback added in 6456149 dumped entire page content
as a single extraFields string. plugin-search joins title+extraFields
with .join(' ') and runs a RegExp against the result for every page on
every keystroke — multi-kilobyte strings per page caused 2–3 s blocking
tasks, freezing the page.

Fix: remove getExtraFields (and the now-unused normalizeSearchText /
htmlEntityMap helpers), restoring the pre-regression search coverage
(page titles + section headings).
2026-06-03 09:32:19 +00:00
..
configs fix: update translation links for help section across multiple languages 2026-04-08 22:38:37 +08:00
public fix: use Console::Write for progress bar to avoid duplicate bars when piped via iex 2026-03-29 19:45:40 +00:00
styles Updated documentation to use <details> tag, updated the AGENTS md 2026-03-22 17:31:41 +01:00
translations fix: remove getExtraFields from searchPlugin to fix search freeze regression 2026-06-03 09:32:19 +00:00
client.ts Added AI Assisted development documentation. Updated Vuepress to the latest version. Added SEO and Sitemap plugins to Vuepress. 2026-03-22 14:29:02 +01:00
config.ts fix: remove getExtraFields from searchPlugin to fix search freeze regression 2026-06-03 09:32:19 +00:00