elastic/kibana

[Unified search] Update public doc link when filter language switching

Closed

#266,125 opened on Apr 28, 2026

 (3 comments) (0 reactions) (0 assignees)TypeScript (8,021 forks)batch import
Feature:Unified searchTeam:Presentationgood first issue

Repository metrics

Stars
 (19,065 stars)
PR merge metrics
 (Avg merge 1d 16h) (999 merged PRs in 30d)

Description

Problem: The Documentation link in Query menu > Language always opens the KQL docs, even when Lucene is selected.

https://github.com/user-attachments/assets/6390cd36-86a6-4198-b00c-d735a29c7cab

Expected behavior:

KQL selected → KQL docs Lucene selected → Lucene query syntax docs : https://www.elastic.co/docs/explore-analyze/query-filter/languages/lucene-query-syntax

This would make the link match the selected query language and reduce confusion.

Contributor guide