def index():
form,rows = crud.search(db.person)
return dict(form=form,rows=rows)On May 20, 9:21 pm, greenpoise <[email protected]> wrote: > what is the crud.search() about?? I see it as part of the new release. > Any examples? > > thanks

