Judges whether the fulltext index of a property contains another (or more) string.
<fulltext> CONTAINS "<value1>* <value2>* ..."NOTEThis operator exists only in Ultipa filter and cannot appear as an expression in a UQL clause.
Example: Find products that contain keywords 'graph' and 'database' by the full-text index named 'prodDesc'
UQLfind().nodes({~prodDesc contains "graph database"}) return nodes
Please refer to Index | Full-text | LTE - Full-text Index for more examples.