[google-appengine] Re: Support for like queries ?

2008-09-24 Thread Alexander Pugachev
Flo, my suggestion was wrong. I read article about bulk upload, and looked into google.appengine.ext.search. There is SearchableModel class which can help solve search problem. 2008/9/24 Alexander Pugachev <[EMAIL PROTECTED]> > From what I see there are no such features. > What I do right now is

[google-appengine] Re: Support for like queries ?

2008-09-23 Thread Alexander Pugachev
>From what I see there are no such features. What I do right now is splitting texts into words and storing each word in separate model with reference to model storing initial text. 2008/9/24 Flo <[EMAIL PROTECTED]> > > Hi, > it seems as if there is no support for "like" queries in GQL - or any >