Re: Joins with comma separated values

2015-06-17 Thread Upayavira
You can potentially just use a text_general field, in which case your comma separated words will be effectively a multi-valued field. I believe that will work. As to how you want to use joins, that isn't possible. They are pseudo joins, not full joins. They will not be able to include data from

Joins with comma separated values

2015-06-16 Thread Advait Suhas Pandit
Hi, We have some master data and some content data. Master data would be things like userid, name, email id etc. Our content data for example is a blog. The blog has certain fields which are comma separated ids that point to the master data. E.g. UserIDs of people who have commented on a

Joins with comma separated values

2015-06-15 Thread Advait Suhas Pandit
Hi, We have some master data and some content data. Master data would be things like userid, name, email id etc. Our content data for example is a blog. The blog has certain fields which are comma separated ids that point to the master data. E.g. UserIDs of people who have commented on a