# 管理パネルでのグループ検索の問題

**URL:** https://meta.discourse.org/t/group-search-issue-on-admin-panel/387429
**Category:** Bug
**Tags:** groups, ux, fixed
**Created:** [2025 年 11 月 3 日午前 6:11 UTC](https://meta.discourse.org/t/group-search-issue-on-admin-panel/387429 "2025-11-03T06:11:08Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![kris.kotlarek](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kris.kotlarek/32/176919_2.png) [@kris.kotlarek](https://meta.discourse.org/u/kris.kotlarek)
#### Post date: [2025 年 11 月 12 日午前 2:32 UTC](https://meta.discourse.org/t/group-search-issue-on-admin-panel/387429/7 "2025-11-12T02:32:33Z")

</div>

このバグを報告していただきありがとうございます。このPRで修正されました 🤞

> <https://github.com/discourse/discourse/pull/35960>
>
> When searching for groups in the admin panel, each keystroke was triggering a fu…ll page reload due to \`refreshModel: true\` on the filter query parameter. This made the search experience jarring and unusable for fast typers.
> 
> Changes:
> \- Remove \`refreshModel: true\` from filter query param
> \- Add client-side filtering that manually fetches filtered groups
> \- Maintain server-side filtering and pagination support
> \- Keep URL sync for bookmarking/sharing
> 
> Demo:
> https://github.com/user-attachments/assets/431c6632-d459-417d-9e33-a01e7624e260

---

_[View the full topic](https://meta.discourse.org/t/group-search-issue-on-admin-panel/387429)._
