Ask HN: HN Algolia API returns 400 for queries with points in numericFilters

1 points by eddyg ↗ HN
The HN search help page⁽¹⁾ still documents points>NUMBER as a supported filter, so hopefully this is an unintentional regression.

⁽¹⁾ https://hn.algolia.com/api

1 comment of 2

[ 3.1 ms ] story [ 14.7 ms ] thread
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