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 th
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 particu
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 particu