I have a simple class geo with location property with string items like "united states" "houston, texas, united states" ...
select geo where location containstext "united" Returns records as expected However... select geo where location containstext "united " select geo where location containstext "united s" select geo where location containstext "united states" etc. Does not return records as expected. No records are returned. Why? Same behavior with and without index. -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
