request improving filter feature
filter module should enable user to filter
- by request method (example: GET, POST, PUT, etc)
- by response http code (example: 500, 404, 401, etc)
Hey, you can actually already to that, try method:post status:500.
Hey, you can actually already to that, try
method:post status:500.
ok sorry... by the way, thank you for this amazing package.. 🙏
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 ??
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.