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

# \[2024.11.07] ダッシュボードの商品検索機能を高度化

## 検索機能の高度化 🔎

ダッシュボードで家具を検索する機能が改善されました。商品検索/閲覧時に自動おすすめ結果を提供し、より柔軟な方法で希望の商品を簡単に見つけられるようになりました！

#### オートコンプリート機能追加

検索欄にオートコンプリート機能が追加され、ユーザーが入力したキーワードをもとにおすすめ検索語がリストで提供されます。オートコンプリートできる項目は以下のとおりです

* 商品名：商品名を含むオートコンプリート結果を提供。
* 商品コード：商品コードと関連する商品名を提供。
* SKU：該当SKUと該当商品名もあわせて表示。

#### 検索結果UIの改善

* オートコンプリートリストに含まれる各項目には関連するプレビュー画像が表示され、画像がない場合は空のボックスで表示されます。
* 検索語と一致する部分はハイライトされ、ユーザーが素早く目的の検索語を識別できるよう改善されました。
* 英語の検索語の場合、大小文字に関係なくオートコンプリート結果にハイライトが適用されます。

***

## その他の改善事項

#### プロジェクト名の変更方法を改善

* マウスでクリックした位置に入力カーソルが表示されるよう改善されました。

#### レンダー中のプレビュー画像提供

* レンダリング時にエディター画面を使用し、プレビュー画像を適用しました。これで、レンダリング中のショットでも、どの構図で撮影されたショットか事前に確認できます。

#### 壁/床の面積計算機能を追加

* 部屋や壁をクリックすると、単一選択および複数選択の面積を合算して表示する機能が追加されました。
* Shift＋クリックで複数選択が可能です。


---

# 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-jp/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.
