rap2hpoutre / laravel-log-viewer

:dromedary_camel: Laravel log viewer
MIT License
3.13k stars 373 forks source link

Search function pattern only include $entry->header ~ should it include others as well? #258

Open ejaytkm opened 2 years ago

ejaytkm commented 2 years ago

Hi,

Firstly, just wanna say love this lightweight project. Second, I just want to ask whether this could be a feature in the next push? the search function only filter checks for $entry->headers. Can it also include the context && stack as well? Would love to know your input on your original design ~ cheers.

image