[web2py] Searching an undisplayed column

2014-03-24 Thread Anthony
What does your code look like? I think all readable fields are searchable, so maybe you could make the field readable and hide it by using the "fields" argument to list the fields to be displayed. Anthony -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://githu

[web2py] Searching an undisplayed column

2014-03-24 Thread horridohobbyist
I have a field called 'description'. In SQLFORM.grid, I do NOT want to display the 'description' field, but I do want to be able to search the 'description' field from the grid's search function. Is there a way to do this? Thanks. -- Resources: - http://web2py.com - http://web2py.com/book (D