> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/intro-1/update-note/2024/202411/20241107.md).

# \[2024.11.07] Enhanced dashboard product search feature

## Enhanced search functionality 🔎

The feature for searching furniture in the dashboard has been improved. When searching/browsing products, auto-suggest results are provided, making it easier to find the products you want in a more flexible way!

#### Added autocomplete feature

Autocomplete has been added to the search box, so a list of suggested search terms is provided based on the keywords entered by the user. The items that support autocomplete are as follows:

* Product name: Provides autocomplete results including the product name.
* Product code: Provides the product code and related product name.
* SKU: Displays the corresponding SKU along with the product name.

#### Improved search results UI

* Each item in the autocomplete list provides a related preview image, and if there is no image, it is shown as an empty box.
* The matching parts of the search term are highlighted, making it easier for users to quickly identify the search term they want.
* For English search terms, highlighting is applied in autocomplete results regardless of case.

***

## Other improvements

#### Improved project renaming method

* The input cursor now activates at the point where you click with the mouse.

#### Preview images provided during rendering

* During rendering, the editor screen is used and preview images have been applied. Now you can preview what composition a shot is being rendered in.

#### Added wall/floor area calculation feature

* When clicking a room or wall, a feature has been added that sums and displays the area for single and multiple selections.
* You can multi-select with Shift + click.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.archisketch.com/guide/intro-1/update-note/2024/202411/20241107.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
