> 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-en/update-note/2024/202411/20241107.md).

# \[2024.11.07] Enhanced dashboard product search feature

## Search feature enhancement 🔎

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

#### Added autocomplete feature

An autocomplete feature has been added to the search box, and recommended search terms are provided in a list 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 SKU and its product name together.

#### Search results UI improvement

* Each item in the autocomplete list provides a related preview image, and if there is no image, it is displayed as an empty box.
* The matching part of the search term is highlighted, making it easier for users to quickly identify the desired search term.
* For English search terms, highlighting is applied in autocomplete results regardless of uppercase or lowercase.

***

## Other improvements

#### Improved project name change method

* Improved so that the input cursor becomes active at the mouse click point.

#### Preview image provided during render

* During rendering, the editor screen is used and a preview image has been applied. Now you can also preview what angle the shot being rendered was taken from.

#### 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 make multiple selections 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-en/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.
