laravel/telescope

Batch index view is not searchable

FrancisMawn opened this issue · 1 comments

Hi,

I'm curious to know why the Batch index view does not include the search tag input?

telescope/resources/js/screens/batches/index.vue

<index-screen title="Batches" resource="batches" hide-search="true">

I can manually set the tag attribute in the querystring but it's a bit inconvenient. Could we enable tag search on this view like most other views?

Hey @FrancisMawn. If you believe it would be beneficial here then we'd appreciate a PR and we could maybe give that a go?