Hacker News new | ask | show | jobs
by dozzie 3972 days ago
Of course it is different. GET is meant to retrieve a specific resource. Search results are not a resource, they are computation result.

Also, how would you specify the query and search options? Mix those in query string portion? Or encode them? (And how?)

1 comments

Also consider image search (e.g. what Google does). You'd base64 the image on the GET query string?