Luca Garulli

Results 285 comments of Luca Garulli

It's not clear to me what do you mean for "cluster records". Do you mean cluster in the OrientDB meaning? So the entire content of hot clusters go on the...

Hi @marco-brandizi, welcome to ArcadeDB! Have you tried this? ```sql select * from `Person:Resource` where `label` like '%John%' ```

@gramian I remember you played recently with those operators and full-text indexes. Any findings?

I've double-checked the OrientDB codebase and there is no one test with `CONTAINSTEXT`... I guess this was in the old SQL parser and never ported. So it's missing since 2015...

@marco-brandizi a temporary workaround is to use the EQUALS operator. Example: ```sql select * from `Person:Resource` where `label` = 'John' ``` Should work. The equals uses the index and if...

The documentation is hosted on: http://orientdb.com/docs/last/. Are you using this as documentation? This is only to contribute to it.

Hey @timseries, thank you for this feedback. WDYT about updating that page by yourself to be more understandable by new users ?