Blockchain serves as the basis for secure and distributed applications like decentralized finance (DeFi). Light nodes can help reduce the storage and computation burden of full nodes in the blockchain by storing only block headers instead of full blocks. The resource constraint user runs a light node and sends the query request to the full node to find the answer. However, this approach raises security concerns, as query results from the full node may be altered or incomplete. In this paper, we explore verifiable similarity queries, commonly used in text mining, within the context of blockchai...