alexmm11
Results
1
issues of
alexmm11
Hi, the [lucene fulltext docs](http://orientdb.com/docs/3.0.x/indexing/Full-Text-Index.html#searchclass) explains how to query a field using search_class in the form: ```sql search_class("field:value*") = true ``` For instance: ```sql SELECT FROM City WHERE SEARCH_CLASS("+name:cas* +description:beautiful")...