Thanks for responding friend thought that way do I have another solution
that you think
select @rid, address,state, tags, title, content
from
(
select @rid, address,state, tags,in('hasBussinessLocation').title[0] as
title, in('hasBussinessLocation').content[0] as content from
BussinessLocation
)
WHERE (address like '%TEXT%')
or (tags contains '%TEXT%')
or (title like '%TEXT%')
or (content like '%TEXT%')
think is the best way, thanks
>
>
--
---
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.