phplaravellaravel-nova

How can I install Laravel Nova::SearchableRelation?


Going through Laravel Nova documentation, I noticed that SearchableRelation appears to be a built-in feature in Nova. However, I couldn't find it in my project.

How can I install or enable it?

For reference: https://nova.laravel.com/docs/v5/search/the-basics#searching-relationships

I also created a new Nova project to test, but SearchableRelation was still not available.


Solution

  • Seem like SearchableRelation is on nova 4 or higher. Not for v3.

    V4 release note: https://nova.laravel.com/docs/v4/releases#search-improvements

    V3 docs: https://github.com/laravel/nova-orion-docs/tree/main/3.x