Skip to content

Commit 9f45406

Browse files
committed
Add article to index page
1 parent cd8aa8c commit 9f45406

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/search/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ In this section, we'll introduce the following concepts:
6565
<p>Learn about Lookup tables and the search operators you can use with them.</p>
6666
</div>
6767
</div>
68+
<div className="box smallbox card">
69+
<div className="container">
70+
<a href="/docs/search/query-assist"><img src={useBaseUrl('img/icons/search.png')} alt="icon" width="35"/><h4>Logs Query Assist</h4></a>
71+
<p>Learn how Logs Query Assist makes it easier to discover relevant fields and minimize errors.</p>
72+
</div>
73+
</div>
6874
<div className="box smallbox card">
6975
<div className="container">
7076
<a href="/docs/search/optimize-search-performance"><img src={useBaseUrl('img/icons/search.png')} alt="icon" width="35"/><h4>Optimize Search Performance</h4></a>

docs/search/query-assist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Query Assist enhances the query-building experience in Sumo Logic by providing r
1313
## Key enhancements
1414

1515
* **Simplified learning curve**. Receive syntax suggestions and schema prompts to write queries without extensive knowledge of query syntax.
16-
* **Enhanced autocomplete**. Benefit from context-aware suggestions improve accuracy and efficiency, adapting to your queries and organizational patterns.
16+
* **Enhanced autocomplete**. Benefit from context-aware suggestions to improve accuracy and efficiency, adapting to your queries and organizational patterns.
1717
* **Streamlined field discovery**. Automatically receive suggestions for relevant fields, especially in structured data like JSON, reducing the need for manual searches.
1818

1919
## How to get started

0 commit comments

Comments
 (0)