hi wes,

something like this could be really nice for browsing the function
docstrings. Do you intend to take it further?

If you use a StringListProperty to store all the ngrams (eg: web2py,
web2p, web2, web, we, w) then it could match partial words.

Richard


On Feb 13, 8:31 am, Wes James <compte...@gmail.com> wrote:
> 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 web...@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