Documentation Index
Fetch the complete documentation index at: https://docs.helix-db.com/llms.txt
Use this file to discover all available pages before exploring further.
For the complete documentation index optimized for AI agents, see llms.txt.
Type Mismatch in Comparison
Erroneous Code Example
This error occurs when you compare a property with a value of a different type. In this example, theage property is an integer, but the comparison is done with a string value.