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