PHPackages                             sereny/nova-searchable-filter - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Search &amp; Filtering](/categories/search)
4. /
5. sereny/nova-searchable-filter

ActiveLibrary[Search &amp; Filtering](/categories/search)

sereny/nova-searchable-filter
=============================

Nova searchable filter for belongsTo relationships.

v1.0.1(2y ago)419.2k↓20%MITPHPPHP ^8.0

Since May 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/serenysoft/nova-searchable-filter)[ Packagist](https://packagist.org/packages/sereny/nova-searchable-filter)[ RSS](/packages/sereny-nova-searchable-filter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (4)Used By (0)

Nova Searchable Filter
======================

[](#nova-searchable-filter)

Laravel Nova Searchable filter for belongsTo relationships.

### Installation

[](#installation)

`composer require sereny/nova-searchable-filter`

### Usage

[](#usage)

For this example let's assume a user belongs to a department. To make the relationship searchable via a filter, add this to the `filters()` function of your Nova user resource:

You need set first and second argument, which define the filter title and the relation name. The final argument defines the attribute name to be used in the `WHERE` condition.

```
// app/Nova/User.php

use Sereny\NovaSearchableFilter\SearchableFilter

/**
 * Get the filters available for the resource.
 *
 * @param  \Laravel\Nova\Http\Requests\NovaRequest  $request
 * @return array
 */
public function filters(Request $request)
{
    return [
        SearchableFilter::make(__('Departament'), 'department')
    ];
}
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~86 days

Total

2

Last Release

1011d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e5f8dba5da15ae8d442ee28a20fe5256ed01bf2dd1d45fc7b96a635aff0a3705?d=identicon)[sereny](/maintainers/sereny)

---

Top Contributors

[![leandrogehlen](https://avatars.githubusercontent.com/u/1750751?v=4)](https://github.com/leandrogehlen "leandrogehlen (6 commits)")

---

Tags

laravellaravel-novalaravel-nova-filterlaravelfilternovanova-4belongs-to

### Embed Badge

![Health badge](/badges/sereny-nova-searchable-filter/health.svg)

```
[![Health](https://phpackages.com/badges/sereny-nova-searchable-filter/health.svg)](https://phpackages.com/packages/sereny-nova-searchable-filter)
```

###  Alternatives

[suenerds/nova-searchable-belongs-to-filter

Searchable Nova filter for belongsTo relationships.

29516.9k](/packages/suenerds-nova-searchable-belongs-to-filter)[outl1ne/nova-multiselect-filter

Multiselect filter for Laravel Nova.

45802.7k3](/packages/outl1ne-nova-multiselect-filter)[outl1ne/nova-detached-filters

This Laravel Nova package allows you to detach filters from the filter dropdown

64343.5k](/packages/outl1ne-nova-detached-filters)[digital-creative/nova-mega-filter

Allows you to control the columns and filters shown on your nova resources.

87159.3k](/packages/digital-creative-nova-mega-filter)[optimistdigital/nova-detached-filters

This Laravel Nova package allows you to detach filters from the filter dropdown

64235.5k](/packages/optimistdigital-nova-detached-filters)[outl1ne/nova-input-filter

An input filter for Laravel Nova

24822.7k](/packages/outl1ne-nova-input-filter)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
