Search on Navigation Menu
is it possible to have a searchbar in the navigation menu to let the user search for resources or pages? Example attached.

Solution:Jump to solution
Here yo go;
```html
<x-filament::input.wrapper class="px-4 my-4">
<x-filament::input...
9 Replies
You could probably add a searchbar with a render hook and add some logic to filter those
Hey @Dennis Koch or anyone!
I’m new to Filament and I’m loving it so far, but could you or do you have an example on how to implement this?
Thank you very much in advance!!
There is an example on FilamentExamples by Laravel Daily. But it's part of their paid examples:
https://filamentexamples.com/project/filament-search-above-sidebar-navigation?source=search
Filament Examples
Moving Global Search to Sidebar
Sometimes, we do not want things to be placed in the default position. In this case, we are talking about a search bar. But did you know that you can easily move it to the sidebar?
$99 😢
Solution
Here yo go;
and register your admin panel provider;
This is not for search resources or pages, but you can search navigation items. You can write a custom method for search resources and pages.
Thank you very much @Azad Furkan ŞAKAR!!! I’ll take a look to the above! 🙌🏼🙌🏼
https://gist.github.com/afsakar/92d1ac808034afed2e25dbba469e300e
You welcome! You can find more here about this component.

For anyone else looking for this same feature, the code by @Azad Furkan ŞAKAR works like a charm!
Million thanks again!! 🙌🏼
Your very welcome! 🙏🏼