> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/creator-edit-configuration/product-catalog/configure-product-catalog-search-and-filters.md).

# 配置产品目录搜索和筛选器

{% hint style="warning" %}
本文介绍如何配置您的 [创作者编辑门户](/brand/zh/what-would-you-like-to-learn-about/creator-edit-configuration/creator-edit-overview.md). [联系我们](https://app.impact.com/support/portal.ihtml?createTicket=true&) 以了解更多信息。
{% endhint %}

您可以自定义您的产品页面，以启用或禁用产品筛选、搜索和排序。您还可以自定义 *类别* 和 *品牌* 筛选名称。根据您的产品目录配置，您可能正在使用我们的 *类别* 字段来反映不同的值，自定义标签名称可以让您的创作者在搜索和筛选产品时获得更直观的体验。

1. 在右上角，选择你的 **\<Name>** ![](/files/9ee7bd3c79aae4d0667377d18611647c3469f8d1) **\[下拉菜单]** → **管理员**.
2. 在左侧导航菜单中，选择 **产品目录** 并导航到 *常规设置* 部分。
3. ![](/files/3980f01ba7b178cc917bfb7b270feb4fac2992c6) **\[切换开启]** **产品搜索** 以允许创作者对产品进行基于文本的搜索。
4. ![](/files/3980f01ba7b178cc917bfb7b270feb4fac2992c6) **\[切换开启]** **产品筛选** 以在左侧导航菜单中显示您的产品筛选。

   如果 *产品筛选* 已启用后，您可以选择要显示的筛选条件：

   * ![](/files/3980f01ba7b178cc917bfb7b270feb4fac2992c6) **\[切换开启]** **类别筛选** 以允许创作者按类别筛选产品。选择 **编辑** 以更改筛选名称。
   * ![](/files/3980f01ba7b178cc917bfb7b270feb4fac2992c6) **\[切换开启]** **品牌筛选** 以允许创作者按品牌名称筛选产品。选择 **编辑** 以更改筛选名称。
5. ![](/files/3980f01ba7b178cc917bfb7b270feb4fac2992c6) **\[切换开启]** **价格筛选** 以允许创作者通过指定最低和最高价格来筛选产品。
6. ![](/files/3980f01ba7b178cc917bfb7b270feb4fac2992c6) **\[切换开启]** **产品排序** 以允许创作者按以下方式对产品列表进行排序： *相关性*, *价格：从高到低*，或 *价格：从低到高*.


---

# 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://help.impact.com/brand/zh/what-would-you-like-to-learn-about/creator-edit-configuration/product-catalog/configure-product-catalog-search-and-filters.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.
