GCS returned 400 if " is searched.
At least, no error reported from ACS with this query. The response is like this:
{"rank":"-text_relevance","match-expr":"(label '\"')","hits":{"found":0,"start":0,"hit":[]},"info":{"rid":"90c9b0fdba3e834bf5a4adc5a44bb0213c6fda472737d9c72c83ead280a55a1ff45793bcc973b90f","time-ms":2,"cpu-time-ms":0}}
The index searched against does not have any record with " for searchable fields, so the response is consistent.
But it is uncertain what happens if some records have " in the index.
GCS returned 400 if
"is searched.At least, no error reported from ACS with this query. The response is like this:
The index searched against does not have any record with
"for searchable fields, so the response is consistent.But it is uncertain what happens if some records have
"in the index.