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

Big searches #533

Open
theosanderson opened this issue Sep 26, 2023 · 0 comments
Open

Big searches #533

theosanderson opened this issue Sep 26, 2023 · 0 comments

Comments

@theosanderson
Copy link
Owner

Once one pastes a really big list into a search query everything goes wrong. This is probably because the searches get encoded into the URL and passed by GET. When a search reaches a certain length we should stop encoding it in the URL and just store it in state and we should start passing it by POST. Or maybe we could always use POST?

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

1 participant