Hello,

I'm trying to create a search function that allows users to search the 
database without accessing the SQLFORM.

Is there a good way to display multiple results based on the record id? 
Could I create a unique SQLFORM view just on the record IDs that are 
retrieved?

Basically my search goes through and checks their search against a huge 
database. If their search hits on something in the database I append the 
record ID to a list.

Records = [1,2,5,7,204]

Is there a way for me to only show those records to them?

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to