Hi @Kishore Nallan, I'd like to know how html escaped content is handled and searched, I'm able to escape and store something like - "<script>alert(100)</script>", but i'm unable to search and retrieve it back, when my query is "<script>al" it fails to give me back the doc. (Its safe to assume that the inserted text and the searched query are both escaped)