Re: [google-appengine] how to filter query using dynamic parameters in NDB ?

2013-10-21 Thread Vinny P
On Mon, Oct 21, 2013 at 12:07 AM, Vijay Kumbhani vnkumbh...@gmail.com
 wrote:

 how to filter query using dynamic parameters in NDB ?
 *In Google NDB docs...*

- *they are given statically examples in documents
*


Which examples are you looking at? There are many examples of using both
static and dynamic parameters while building queries.
You can also look at the Python examples on Google's GitHub account:
https://github.com/GoogleCloudPlatform/appengine-guestbook-python


On Mon, Oct 21, 2013 at 12:07 AM, Vijay Kumbhani vnkumbh...@gmail.com
 wrote:


- *i have multiple AND  OR conditions then how to filter query using
dynamic parameters *



Queries using AND and OR operators can be used, see the code example here:
https://developers.google.com/appengine/docs/python/ndb/queries#nest_and_or


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] how to filter query using dynamic parameters in NDB ?

2013-10-20 Thread Vijay Kumbhani
*In Google NDB docs...*

   - *they are given statically examples in documents 
   *
   - *i have multiple AND  OR conditions then how to filter query using 
   dynamic parameters *
   

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.