Hacker News new | ask | show | jobs
by bostik 199 days ago
Elasticsearch comes to mind.[0]

The docs state that is query is in the URL parameters, that will be used.I remember that a few years back it wasn't as easy - you HAD to send the query in the GET requests body. (Or it could have been that I had a monster queries that didn't fit through the URL character limits.)

0: https://www.elastic.co/docs/api/doc/elasticsearch/operation/...

1 comments

> you HAD to send the query in the GET requests body.

I remember this pain, circa 2021 perhaps?

Probably closer to 2019. Maybe the optionality is a relatively new feature then.