# 6.5.3055

## New Features

### Search in the designer

New search functionality has been added to the Designer allowing you to search for specific names or phrases throughout your application.

<div align="left"><figure><img src="/files/eoeOSPyi08dkYKrNHzIf" alt="Search in the designer"><figcaption></figcaption></figure></div>

## Improvements

* Select and assign Database.FirstResult to an instance of a Type
* Assign lists to TextBox.Text and the body of Web Operations
* Improved performance when opening and closing an application
* The Repeater.List property can now also be retrieved in scripts and not only set
* JSON-only properties now show validations for invalid JSON
* Neaten the Application explorer

## Bug

* “Sequence contains no elements” was encountered when starting, stopping and restarting Preview in quick succession
* Occasionally a “Cannot read properties of undefined (reading authenticationType)” exception was encountered when rebuilding Preview
* Repeater was not updated after modifying the Repeater.List property
* A race condition existed when rendering the Repeater items
* Controls lost their reference when they were cut and pasted across pages
* The cursor would not indicate that a menu item is clickable in the generated applications
* Empty curly brackets was not recognized as an empty object in the Designer
* Repeater in Grid rendered out too many cells
* The darkened background of the Connection String editor was prematurely removed


---

# 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.stadium.software/6/release-notes/6.5.3055.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.
