akhilkuhad
New Member
- Joined
- Feb 15, 2018
- Messages
- 4
ch as string
ch = ch & "}}}],""must_not"":[{""query"":{""match"":{""work"":{""query"":""****"",""type"":""phrase""}}}},{""query"":{""match"":{""work"":{""query"":""****"",""type"":""phrase""}}}}
I would like to split it into many lines. How do I do it ?
I tried using underscore but it didn't helped .
I'd appreciate it if someone can kick me in the right direction!
Thanks!
ch = ch & "}}}],""must_not"":[{""query"":{""match"":{""work"":{""query"":""****"",""type"":""phrase""}}}},{""query"":{""match"":{""work"":{""query"":""****"",""type"":""phrase""}}}}
I would like to split it into many lines. How do I do it ?
I tried using underscore but it didn't helped .
I'd appreciate it if someone can kick me in the right direction!
Thanks!