Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

request improving filter feature #712

Open
syamsoul opened this issue Aug 4, 2024 · 4 comments
Open

request improving filter feature #712

syamsoul opened this issue Aug 4, 2024 · 4 comments

Comments

@syamsoul
Copy link

syamsoul commented Aug 4, 2024

filter module should enable user to filter

  • by request method (example: GET, POST, PUT, etc)
  • by response http code (example: 500, 404, 401, etc)

image

@itsgoingd
Copy link
Owner

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

@syamsoul
Copy link
Author

syamsoul commented Aug 5, 2024

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

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

@syamsoul syamsoul closed this as completed Aug 5, 2024
@syamsoul
Copy link
Author

syamsoul commented Sep 4, 2024

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 ??

@syamsoul syamsoul reopened this Sep 4, 2024
@itsgoingd
Copy link
Owner

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.

@syamsoul syamsoul changed the title request improving filter feature (request method & response http code) request improving filter feature Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants