According to the documentation, the query parameter fetches all responses whether matching the string in full or part. My scenario is a bit different, I want responses only to be returned if and only if the entire string is matched and that too if they are an answer to a specific field (Iโm ok with using the fields param to specify the field id).
We will look for the text_to_search in the fields specified. So if they appear somewhere else, they will be ignored.
We do partial matching, so if you search for pedro, pedro@lol.com and pedro is my friend would both match.
Hope it makes sense
@Liz I think we should move this discussion to the developer forum.
According to the documentation, the query parameter fetches all responses whether matching the string in full or part. My scenario is a bit different, I want responses only to be returned if and only if the entire string is matched and that too if they are an answer to a specific field (Iโm ok with using the fields param to specify the field id).
Is there a way I can achieve this?
Page 1 / 1
@mathio do you happen to know if this is possible?