def index():
      form,rows = crud.search(db.person)
      return dict(form=form,rows=rows)

On May 20, 9:21 pm, greenpoise <danel.sega...@gmail.com> wrote:
> what is the crud.search() about?? I see it as part of the new release.
> Any examples?
>
> thanks

Reply via email to