1 Answers
You can check browser debugger console (f12) > network tab.
When you filter using autocomplete, it send ajax request. You can check the response from above network tab and see the response text.
It will show the exact reason why query is failing. Please send details/screenshot for further analysis.
Your Answer