# 19th July 2023

## Summary

The 19th July 2023 release of e6data includes the following features & enhancements:

* [Platform Release Notes](#platform-release-notes)
  * [Query Editor Enhancements](#query-editor-enhancements)
    * [Schema Search](#schema-search)
    * [Enhanced Query Run Button](#enhanced-query-run-button)
    * [Visual Enhancements](#visual-enhancements)
  * [UI Enhancements](#ui-enhancements)

## Usage Notes

No user action is required to access the features in this release.

## Platform Release Notes

### Query Editor Enhancements

#### Schema Search

A search bar has been added to Schema Explorer to help users search databases, tables, and columns by name.

More info: [Schema Explorer](/product-documentation/query-editor/schema-explorer.md)

#### Enhanced Query Run Button

The option to set a query limit has been merged with the Run button to reduce the possibility of queries running without limits.

More info: [Editor Pane](/product-documentation/query-editor/editor-pane.md)

#### Visual Enhancements

Query Editor UI has had minor cosmetic enhancements to improve user experience.

### UI Enhancements

* The top navigation bar has been restructured across the e6data console.
* Hovering over the left navigation sidebar will expand and collapse it.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.e6data.com/product-documentation/release-notes-and-updates/19th-july-2023.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
