s='Search(using=client, index="5").query("match",Job_Title=Sales Executive).query("match",Job_Group=Sales).query("match",Job_State=Karnataka).query("match",Skills_Required=marketing)'
I want to run response = s.execute()
s is the Elastic search query within a single quote in form of a single string. I want to execute it, But it will get executed only i can unmask it from the string form to function form.How do i do it.