Comment on Ask HN: HN Algolia API returns 400 for queries with points in numericFiltersComments−mmakeev2moi hit the same 400 querying the algolia, a raw > in the query string is what does it, encode it as %3E and points>100 comes back fine for me right now. curl -G with --data-urlencode handles the escaping if youd rather not do it by hand−eddygOP2moThanks for the reply!I went to make the change, and all the sudden it started working with “>” again (not URL encoded) so this appears to have been a transient issue.
Comments
i hit the same 400 querying the algolia, a raw > in the query string is what does it, encode it as %3E and points>100 comes back fine for me right now. curl -G with --data-urlencode handles the escaping if youd rather not do it by hand
Thanks for the reply!
I went to make the change, and all the sudden it started working with “>” again (not URL encoded) so this appears to have been a transient issue.