# 12th December 2023

## Summary

The 12th December 2023 release of e6data includes the following features & enhancements:

* [Platform Enhancements](#platform-enhancements)
  * [Find and Replace Feature in Query Editor](#find-and-replace-feature-in-query-editor)

## Platform Enhancements

### Find and Replace Feature in Query Editor  <a href="#find-and-replace-feature-in-query-editor" id="find-and-replace-feature-in-query-editor"></a>

The Query editor now has a find-and-replace feature to allow users to find and replace specific keywords or patterns in the query text.

The feature can be accessed in the Query Editor using keyboard shortcuts **CMD +F** (MacOS) and CTRL + F (Windows).

It supports other options such as:

* RegExp Search
* Case-Sensitive Search
* Whole Word Search
* Search in Selection.


---

# 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/12th-december-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.
