[web2py] crud.search ( db.tableName) does not return expected results

2013-05-22 Thread sanju koli
Hi All I have two tables in my database, e.g. customer order_request ( having a reference of customer) I am trying to implement the search to find all order by a customer. so I am wring the code as follow. I have not created any view, I am using generic view to see the output. def find():

[web2py] crud.search() example

2011-07-29 Thread Web2Py Freak
hey guys , anyone can give me an example on using the crud.search ???!

[web2py] crud.search results

2011-07-28 Thread andrej burja
hi crud.search returns form and rows 1. is it possible to set that rows object (result of search) contains all data from table, not just fields, that are checked in search form 2. after doing search, is it possible to display just a result (rows), without form so the result of searching for cour

[web2py] 'crud.search'--> How to render 'reference' fields?

2011-06-24 Thread GoldenTiger
We have two tables: db.define_table('t_company', Field('f_name')) db.define_table('t_person', Field('f_company_id', db.t_company), Field('f_name')) crud.create(db.person) --> 'f_company_id' is re

[web2py] CRUD.Search() Custom table

2011-04-26 Thread Ialejandro
hi! I was wondering how could I customize the html table that results from a crud.search() query?? I mean, how could I send the query results to powerTable for example, or datatables.

[web2py] crud.search() fields parameter ignored, also search difficult if a field has an IS_IN_SET() validator.

2011-01-02 Thread John-Kim Murphy
The fields parameter is ignored by crud.search(). I took a peek at the source , and fields is defined on line 3064 of Crud.search(), but never used. Also, if a field has an IS_IN_SET() validator, the crud.search() form gives a "Value

[web2py] crud.search() fails on GAE with plugin_wiki

2010-07-27 Thread Bruno Rocha
Hi, trying to use the search widget on GAE i got an error, `` name: search table: plugin_wiki_page ``:widget Only EQUALS and NOT EQUALS runs ok, when I try CONTAINS, STARTSWITH or ENDSWITH I got the error: YOU CAN TRY HERE: http://web2pybrasil.appspot.com/cursoweb2py/plugin_wiki/page/error-on-c

[web2py] crud.search()

2010-05-20 Thread greenpoise
what is the crud.search() about?? I see it as part of the new release. Any examples? thanks