I am getting below where clause from client and I want to convert that into elastic search understandable format.
I want to know is there any library available to parse such kind of where clause and convert into ELK search format.
where keywords~'some thning here' AND Status='LIVE' AND ( name='RSP,RFP' OR (user='teacher' AND source='my uploads')) AND (version='1' OR version!=0)