Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

slodave's avatar

Nova Lenses, search fields

I am trying to implement search in Nova Lenses, is there an easy way? Is there any docs about it?

0 likes
2 replies
aurawindsurfing's avatar

As far as I remember search is scoped by lens so just a regular search should work.

proenr's avatar

This is now supported. You just need to add this to your Lens:

    public static $search = [
        'id',
        'name',
    ];

Please or to participate in this conversation.