This is my first gae app. http://web2pyapi.appspot.com/ide/default/models
It started out as a test to create a simple IDE for web2py with a model on the left and the options for the model on the right and you would drag the items on the right in to the model on the left using jquery drag and drop of objects. It turned out now to just be a quick search on items you would put in a model. I'm also thinking of putting in a page for controllers and views. It could provide a place to do a quick search and then copy from then paste in to an app someone might be building. Mostly it is just to try something on gae. I got around the lack of "like" by putting in 8 fields for key words in a record. I then do: rows=db(db.table.key1==query).select(db.table.ALL, orderby=db.table.field) on each key and loop over any results if rows isn't null.... -wes -- You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en.

