GQL has no "like" condition. I want to implement search function in my site. There is class MyClass. In MyClass there is field "String description". This is text(500 chars). I want to make the query: select * from MyClass where description like '%searchValue%'. What is workarround? Thanks for answer, Yury.
-- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
