# Search in category drop-down missing

**URL:** https://meta.discourse.org/t/search-in-category-drop-down-missing/388911
**Category:** Bug
**Tags:** fixed, lazy-load-categories
**Created:** [November 18, 2025, 10:53pm UTC](https://meta.discourse.org/t/search-in-category-drop-down-missing/388911 "2025-11-18T22:53:54Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [November 18, 2025, 10:53pm UTC](https://meta.discourse.org/t/search-in-category-drop-down-missing/388911/1 "2025-11-18T22:53:54Z")

</div>

I think this might be related to [FIX: category page improvements by yuriyaran · Pull Request #36062 · discourse/discourse · GitHub](https://github.com/discourse/discourse/pull/36062).

I miss the search function in the category drop-down menu. It disappeared on my site after the update today.

 ![image](https://global.discourse-cdn.com/meta/original/4X/0/d/c/0dcd1235244f1967e6ae604248bc37dcf5f4056f.png)

After reading the discussion on GitHub, I thought this wouldn’t be a problem. Apparently, it is for me. I think it’s because of `lazy_load_categories_groups`. When that isn’t active (which was a bit complicated now that the setting is hidden, as I don’t have server access 🙂 ), the search is available again (and all 3 subcategories are visible at the bottom)

 ![image](https://global.discourse-cdn.com/meta/original/4X/8/1/4/8148174f999fa03cd43f4f0b82a3805cc49f1485.png)

  

For comparison, I configured `lazy_load_categories_groups` in my dev install and then took a screenshot before and after the update. Here you can see how searching was possible. \[1\]

 ![image](https://global.discourse-cdn.com/meta/original/4X/d/9/e/d9e90d55a7d00f2b5735c931494d518bddb235b1.png)  
The search also returned categories that were not displayed in the drop-down menu.  
 ![image](https://global.discourse-cdn.com/meta/original/4X/3/3/6/3369742619025a48fdccd2bc688ff0744a4e5b36.png)

After the update, the only option to get to “test12” is to use the ‘all’ link at the bottom right, which takes you to the category page where you can then click on the desired category and then click the button to edit it. This makes switching between two categories that you want to configure considerably more complicated. Of course, search is not only missing when you edit categories but also everywhere else where the drop-down is shown. But I first noticed it while editing when I wanted to reproduce the [bug](https://meta.discourse.org/t/subcategory-dropdown-missing-on-category-edit-page/335836). Navigating from one category to another via the category page is not as convenient as searching directly but requires fewer steps than navigating between the edit pages.

 ![image](https://global.discourse-cdn.com/meta/original/4X/6/2/e/62ec4d4ad9af781c6fbcd6ccece0e4afb4a31a47.png)

Once I leave the group for which I enabled `lazy_load_categories_groups` the search option in the drop-down is back:

 ![image](https://global.discourse-cdn.com/meta/original/4X/8/3/f/83fd0d0a0ed0aaafbcedc9de92d0fbc8ab1f846c.png)

* * *

1. I disabled the `max-height` on `.select-kit-collection` so the whole drop-down is visible

---

_[View the full topic](https://meta.discourse.org/t/search-in-category-drop-down-missing/388911)._
