laravel / telescope

An elegant debug assistant for the Laravel framework.
https://laravel.com/docs/telescope
MIT License
4.77k stars 560 forks source link

Batch index view is not searchable #1490

Closed FrancisMawn closed 2 weeks ago

FrancisMawn commented 2 weeks ago

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?

driesvints commented 2 weeks ago

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