Am Freitag, 4. Oktober 2013 02:03:20 UTC+2 schrieb Anthony:

>
> >From the above code, it appears db.product.tags is a list:reference 
> field, so it stores the id's of the referenced tag records. In readTagTest, 
> "b" >is a Row object, so if you want the id of that row, you should use 
> b.id:
>
> >products = db(db.product.tags.contains(b.id)).select()
>
> >Anthony
>


Hi Anthony,

yes, that worked for me!
Thank you for very much your quick and detailed help! Perfect!

Cheers!

pd 

-- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to