hey all. I’m using curl to query, and I’ve got two...
# community-help
a
hey all. I’m using curl to query, and I’ve got two facets I’m trying to filter on. org_id and type. I’ve tried every format of querystring I can think of and keep getting back
Could not parse the filter query
. anyone have any tips on how the filter query param is supposed to look before and after uri encoding?
a
Hey @Andrew Powell Could you share the curl request you're performing?
a
I’m all set now, thank you though. Problem was with AI slop. the docs are clear enough for humans (https://typesense.org/docs/29.0/api/search.html#filter-parameters) but AIs get confused about filter operators and try to use
=
instead of
:=
on text fields.