Conversation
Contributor
There was a problem hiding this comment.
Requesting changes to address the inline comment before merge.
What is this? | From workflow: PR Review
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.
Result titles repeated "Elasticsearch API" and hid the product in a slug crumb, which made operation id and path queries harder to scan. Move the product label to the breadcrumb, keep ids and paths in search_title, and drop the Alpha footer chrome. Co-Authored-By: Cursor Grok 4.6 <noreply@anthropic.com>
The exporter already stores the short summary as Title. A display-layer regex would hide a suffix that belongs in the source, not in the dropdown. Co-Authored-By: Cursor Grok 4.6 <noreply@anthropic.com>
reakaleek
force-pushed
the
feat/jump-to-api-search-polish
branch
from
September 18, 2026 12:23
52b9794 to
eca280a
Compare
Contributor
Docs preview (local build)Handbook preview: https://docs-v3-preview.elastic.dev/elastic/docs-builder/pull/4153/ |
Contributor
There was a problem hiding this comment.
Approve: no actionable issues found.
What is this? | From workflow: PR Review
Give us feedback! React with 🚀 if perfect, 👍 if helpful, 👎 if not.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jump to API result rows now show the operation name only. The product lives in the breadcrumb as
API / Elasticsearch API, the input no longer shows a shortcut hint, and the dropdown footer drops the Alpha badge.Affects: Site UI, API reference, Search
Prompt summary: After a local Jump to API check, follow up in a stacked PR: drop Alpha and Give feedback from the dropdown footer, make operation id and path easier to find, remove ⌘K from the text box, and show
APIinstead ofAPI referencein the crumb. Then put the product name (Kibana API,Elasticsearch API) in the breadcrumb instead of repeating it on every title.Why
Each hit repeats
Elasticsearch APIorKibana APIin the title, so a query that matches the product name lights up every row. The breadcrumb shows the product slug (elasticsearch) instead of that label. Operation ids such as_bulkand paths such asPUT /_searchare easy to type and hard to rank, because they sit only in the body or as a trailing token. The dropdown still carries Alpha chrome and a ⌘K hint in a box that already has focus.What
Result title and breadcrumb
The indexed
Titleis the operation summary. The product label moves to the second breadcrumb, so a Kibana hit readsAPI / Kibana APIaboveSearch dashboards. The dropdown renders that title as stored. It does not strip a product suffix on display.Search tokens
search_titlestill starts with that summary, then the product label, the raw operation id, and the HTTP method plus path. Dotted ids such asindices.getalso get a space-separated form. Those extra tokens are for ranking only; they do not appear in the row title.Dropdown chrome
The Jump to page input no longer paints ⌘K or Ctrl+K. Cmd+K still focuses the box. The footer keeps the keyboard hints and drops the Alpha badge and Give feedback link.
Verify
Path and dotted-id ranking need an assembler index after this lands.
Out of scope: This does not change the full-page search result card, and it does not reindex a cluster.
Stack: 6 of 6, on top of #4148.
Made with Cursor