#AntonKotov

1 messages · Page 1 of 1 (latest)

cedar idolBOT
bronze nimbus
#

i.e. name~"user_source"

#

Looks like you're passing * in your query which isn't a part of the search syntax

hallow raptor
#

its my query

#

if i used - name~"user_source"
i will get com.stripe.exception.InvalidRequestException: Ensure you have properly quoted values while searching. Try updating your query to name:"user_source_cp.qa13.ecomzworld.one_id_361" at line 1 and column 6.; request-id: req_ruDOYeCFcgRwm0

cedar idolBOT
stuck mango
#

as the error mentions, you need like .setQuery("name~\"" + getName() + "\""), where the value after the ~ is quoted.