Correction. Works without fulltext index. Fails with fulltext index.

On Tuesday, January 6, 2015 8:54:52 PM UTC-7, Erik Peterson wrote:
>
> 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 orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to