theosanderson / taxonium

A tool for exploring very large trees in the browser
http://taxonium.org
GNU General Public License v3.0
97 stars 17 forks source link

Big searches #533

Open theosanderson opened 10 months ago

theosanderson commented 10 months ago

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?