hi, i have a question regarding google app engine.

i'm trying to institute a search feature, where people can type into a
box and get a result. i understand that gae doesn't allow use of
"like" because it results in a full table scan and their datastore is
built to not allow for anything that would do that.

can you think of any way in gae to do a search? otherwise i can try
pulling all the data (though you can only get 1000 records at a time)
and filtering it in python. but i wanted to see if anyone had other
solutions they had used to get around this.

thanks,

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

Reply via email to