elastic/kibana

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

Open

#266.125 geöffnet am 28. Apr. 2026

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (19.065 Stars) (8.021 Forks)batch import
Feature:Unified searchTeam:Presentationgood first issue

Beschreibung

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