Error in parsing comma separated values when using query builder
complete
V
Varun Villait
"If you use the example provided for job_title_levels ""IE: [""cxo"", ""owner""], you get 0 matches due to how the array is being parsed (see attachment).
{
""terms"": {
""job_title_levels"": [
""[\""cxo\"""",
""\""owner\""]""
]
Passing ""cxo"", ""owner"" works properly for the first value in the comma separated list, but not any after the first. It appears to be passing escape characters instead of the actual value
""terms"": {
""job_title_levels"": [
""cxo"",
""\""owner\""""
]
Example should read: ""IE cxo"" unless ""Is one of"" is selected, in which case the example should be ""IE: cxo, owner"""
V
Varun Villait
complete
This is no longer an issue due to our new Query Builder
A
Amber Carp
being researched