Re: [google-appengine] Re: Announcing the Matcher API for Trusted Testers

2010-10-20 Thread Ikai Lan (Google)
No, it's not on the roadmap. You can check this roadmap here: http://code.google.com/appengine/docs/roadmap.html Note that our roadmap is not an exhaustive list of everything we intend to do, just a list of the highest priority items for us. -- Ikai Lan Developer Programs Engineer, Google App En

Re: [google-appengine] Re: Announcing the Matcher API for Trusted Testers

2010-10-20 Thread Ikai Lan (Google)
I need to post a correction to my early example. Here's the code you should use: # First, define a schema for our StockTopic schema = {str: ["symbol"], float: ["price"]} matcher.subscribe(dict, "symbol:GOOG AND price > 500 AND price < 525", "