when i run the below query i am getting results
/select?q=:&fq=%28category_name:Business%20OR%20job_name:abcdefgh%29&debugQuery=true
but When run the below query select?q=:&fq=%28category_name:Business%20dev%20OR%20job_name:abcdefgh%29&debugQuery=true
results are not coming and it shows the following error
"msg": "undefined field text", "code": 400
the only difference between the two queries is in the first query there is no space in the category_name key but in the second query there is space in it .
i think it causes an issue. please post your suggestions