Hi,

The datastore doesn't treat any values for string properties specially,
including symbols. Your problem lies elsewhere - can you give us more
detail? Perhaps you're using a TextProperty instead of a StringProperty?
TextProperties are not indexed.

-Nick Johnson

On Mon, Jun 1, 2009 at 9:00 PM, DiveIntoGAE <taogf1...@gmail.com> wrote:

>
> when you search key word "c++" or "c#" from database ,you get
> nothing.how can i solve this problem?
>
> code:
>
> query.filter('PROGLANG_USED =', language)
>
>
> if the language=="c++", there will be no results returning.
>
> i know it is the problem of special character of "+" and "#", but how
> to deal with this problem?
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to