Hi! I'm porting a php application over to App Engine and while everything else is rather trivial, I'm having trouble converting the search function. This is what I have as my query in php - http://utilitybase.com/paste/10419 It's a weighted search query for sqlite and it works very well.
I'm having some trouble wrapping my head around datastore as it is (there are too few examples!), but so far it seems I would have to make several querys, and then combine the results.. nothing nowhere as concise as that one.. :/ Or have I overlooked something? I appreciate all hints, thank you! Hardi K. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
