joshhighet/transl8

netlas: multiple queries requires ()

joshhighet opened this issue · 2 comments

i.e (http.title:PaperCut) AND geo.country:("NZ")

correction - although the above example works, it should really be http.title:("PaperCut") AND geo.country:("NZ")

turns out () are not even required