itsgoingd / clockwork

Clockwork - php dev tools in your browser - server-side component
https://underground.works/clockwork
MIT License
5.69k stars 321 forks source link

request improving filter feature #712

Open syamsoul opened 3 months ago

syamsoul commented 3 months ago

filter module should enable user to filter

image

itsgoingd commented 3 months ago

Hey, you can actually already to that, try method:post status:500.

syamsoul commented 3 months ago

Hey, you can actually already to that, try method:post status:500.

ok sorry... by the way, thank you for this amazing package.. 🙏

syamsoul commented 2 months ago

hey @itsgoingd .. i noticed sometimes the filter doesn't work as expected... for example, in the last 10 requests made, 1 of them is /api/login .... but when i put "login" in the filter input, it doesn't show anything... i even click the "Load more" button, but still no data shows.... i am very sure there's bug... but i'm not sure what and where..... maybe because of using CLOCKWORK_STORAGE=redis ??

itsgoingd commented 2 months ago

Hey, it's definitely a possibility, since Redis is our latest storage option and least tested. Also the first time I was writing some Lua scripts, haha. I'll try to use it on some project and see if we can make it better, but probably nothing we can fix soon.