I need just something like *myvar* so I will accept any carachters before
and after the var...
Or I have to divide the strings in list (each word an elment of the list)
and use the operator IN.
Thinking

2010/6/3 Rafael Sierra <rafaeljs...@gmail.com>

> On Wed, Jun 2, 2010 at 5:06 PM, Massimiliano
> <massimiliano.pietr...@gmail.com> wrote:
> > It sounds strange to me that there isn't nothing in GAE to check
> > this, without using a third part class...
>
> That's everybody thought considering that Google is mainly known as
> Search Engine.
>
> But thats ok, GAE still in beta, let's hope for some kind of Custom
> Search Service ;)
>
> >
> > 2010/6/2 Rafael Sierra <rafaeljs...@gmail.com>
> >>
> >> http://gae-full-text-search.appspot.com/
> >>
> >> On Wed, Jun 2, 2010 at 4:50 PM, Massimiliano
> >> <massimiliano.pietr...@gmail.com> wrote:
> >> > I can't find nothing.
> >> >
> >> > 2010/6/2 Rafael Sierra <rafaeljs...@gmail.com>
> >> >>
> >> >> On Wed, Jun 2, 2010 at 4:34 PM, Massimiliano
> >> >> <massimiliano.pietr...@gmail.com> wrote:
> >> >> > I'm using this filter() to build a search engine in the datastore.
> So
> >> >> > I
> >> >> > don't only want to show the exact result.
> >> >>
> >> >> There's already some full text solutions, google it and you may found
> >> >> (hosted at code.google.com)
> >> >>
> >> >> >
> >> >> >
> >> >> > 2010/6/2 Geoffrey Spear <geoffsp...@gmail.com>
> >> >> >>
> >> >> >>
> >> >> >> On Jun 2, 3:10 pm, Massimiliano <massimiliano.pietr...@gmail.com>
> >> >> >> wrote:
> >> >> >> > Thanks!
> >> >> >> > But... The "=" checks if the string is equal of what I have in
> the
> >> >> >> > datastore. I need to check if the string is in the string in the
> >> >> >> > datastore.
> >> >> >> > Uhm. Can you help me?
> >> >> >>
> >> >> >> The datastore can't do substring searches.  The best you can do is
> a
> >> >> >> prefix search by filtering with >= 'yourprefix' and <
> u'yourprefix'
> >> >> >> +
> >> >> >> u'\uffdd'.
> >> >> >>
> >> >> >> --
> >> >> >> 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-appeng...@googlegroups.com.
> >> >> >> To unsubscribe from this group, send email to
> >> >> >> google-appengine+unsubscr...@googlegroups.com<google-appengine%2bunsubscr...@googlegroups.com>
> .
> >> >> >> For more options, visit this group at
> >> >> >> http://groups.google.com/group/google-appengine?hl=en.
> >> >> >>
> >> >> >
> >> >> >
> >> >> >
> >> >> > --
> >> >> >
> >> >> > My email: massimiliano.pietr...@gmail.com
> >> >> > My Google Wave: massimiliano.pietr...@googlewave.com
> >> >> >
> >> >> > --
> >> >> > 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-appeng...@googlegroups.com.
> >> >> > To unsubscribe from this group, send email to
> >> >> > google-appengine+unsubscr...@googlegroups.com<google-appengine%2bunsubscr...@googlegroups.com>
> .
> >> >> > For more options, visit this group at
> >> >> > http://groups.google.com/group/google-appengine?hl=en.
> >> >> >
> >> >>
> >> >> --
> >> >> 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-appeng...@googlegroups.com.
> >> >> To unsubscribe from this group, send email to
> >> >> google-appengine+unsubscr...@googlegroups.com<google-appengine%2bunsubscr...@googlegroups.com>
> .
> >> >> For more options, visit this group at
> >> >> http://groups.google.com/group/google-appengine?hl=en.
> >> >>
> >> >
> >> >
> >> >
> >> > --
> >> >
> >> > My email: massimiliano.pietr...@gmail.com
> >> > My Google Wave: massimiliano.pietr...@googlewave.com
> >> >
> >> > --
> >> > 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-appeng...@googlegroups.com.
> >> > To unsubscribe from this group, send email to
> >> > google-appengine+unsubscr...@googlegroups.com<google-appengine%2bunsubscr...@googlegroups.com>
> .
> >> > For more options, visit this group at
> >> > http://groups.google.com/group/google-appengine?hl=en.
> >> >
> >>
> >> --
> >> 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-appeng...@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> google-appengine+unsubscr...@googlegroups.com<google-appengine%2bunsubscr...@googlegroups.com>
> .
> >> For more options, visit this group at
> >> http://groups.google.com/group/google-appengine?hl=en.
> >>
> >
> >
> >
> > --
> >
> > My email: massimiliano.pietr...@gmail.com
> > My Google Wave: massimiliano.pietr...@googlewave.com
> >
> > --
> > 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-appeng...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com<google-appengine%2bunsubscr...@googlegroups.com>
> .
> > For more options, visit this group at
> > http://groups.google.com/group/google-appengine?hl=en.
> >
>
> --
> 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-appeng...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine+unsubscr...@googlegroups.com<google-appengine%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
>
>


-- 

My email: massimiliano.pietr...@gmail.com
My Google Wave: massimiliano.pietr...@googlewave.com

-- 
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-appeng...@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