I solved this problem by adding this line in js/services.js `query = query.replace(/[\:\!\"\/\(\)\[\]\{\}\\\^]/g, "");` Hope it helps
I solved this problem by adding this line in js/services.js
query = query.replace(/[\:\!\"\/\(\)\[\]\{\}\\\^]/g, "");Hope it helps