Skip to content

Commit 6fccf72

Browse files
JV0812kimsauce
andauthored
Inline suggestions - Search Editor (#5240)
* Inline suggestions - Search Editor * Update docs/search/query-assist.md Co-authored-by: Kim (Sumo Logic) <[email protected]> --------- Co-authored-by: Kim (Sumo Logic) <[email protected]>
1 parent 7864040 commit 6fccf72

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/search/query-assist.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This is a Preview release. [Register here](https://docs.google.com/forms/d/e/1FA
1616

1717
Query Assist enhances the query-building experience in Sumo Logic by providing real-time syntax suggestions, schema prompts, and partial query predictions. These enhancements simplify the process for users at all skill levels, making it easier to write accurate and efficient queries, enabling easier discovery of relevant fields, minimizing errors, and providing intelligent assistance for query creation.
1818

19-
<img src={useBaseUrl('img/search/get-started-search/query-assist-preview1.gif')} alt="query assist demo gif" width="700"/>
19+
<img src={useBaseUrl('img/search/get-started-search/query-assist-preview1.gif')} alt="query assist demo gif" style={{border: '1px solid gray'}} width="700"/>
2020

2121
## Key enhancements
2222

@@ -48,6 +48,7 @@ For example, as you start typing, the system provides relevant metadata options
4848
Automatically receive suggestions for relevant [fields](/docs/manage/fields) in structured data like JSON logs, making field discovery much easier.
4949

5050
* **Field suggestions**. For structured logs, the system automatically suggests relevant fields such as `userID`, `eventType`, or `timestamp` as you type. This eliminates the need for manual inspection of logs, making it easier to filter and aggregate data.
51+
* **Inline suggestions**. An inline suggestion is a real-time, context-aware recommendation within the search editor. By default, the first item in the dropdown is treated as an inline suggestion, but you can use the keyboard navigations to explore other suggestions, which will be shown inline. To apply an inline suggestion, press the Tab key.
5152

5253
### Next operator prediction
5354

2.86 MB
Loading

0 commit comments

Comments
 (0)