Hi Text objects are not indexed, so no you can't
There is a SearchableModel in google/appengine/ext/search (python - not sure about java) you could have a look at it and see if it provides enough capabilities to suit your requirements. Rgds Tim On Dec 17, 6:15 pm, Manny Nathan <[email protected]> wrote: > Hi, > I am trying to use text objects instead of string to store data (since we > can only store 500 characters in a string). Is there a way to find if the > text object contains a substring? I was using String.contains("findstring") > to find search strings within the string data. I do not see an equivalent > method for the Text object. Any suggestions as to how I should implement > this in code? > Thanks, > Nathan -- 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.
