> 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.
