Re: Storing "map" in Field

2009-03-13 Thread Erick Erickson
H, what do you want to *do* with those multiple prices? Search? Display? Change all the time? Each of these operations will generate different suggestions I daresay Best Erick On Fri, Mar 13, 2009 at 10:01 AM, Jeff Crowder wrote: > All, > > I'm working with the sample schema, and have a

Re: Storing "map" in Field

2009-03-13 Thread Toby Cole
I don't think anything _quite_ like that exists, however you could use wildcard fields to achieve pretty much the same thing. You could use a post like this: SKU001 A Sample Product 119.99 109.99 if you have a field definition in your schema.xml like: stored="true"/> Regard

Storing "map" in Field

2009-03-13 Thread Jeff Crowder
All, I'm working with the sample schema, and have a scenario where I would like to store multiple prices in a "map" of some sort. This would be used for a scenario where a single "product" has different "prices" based on a price list. For instance: SKU001 A Sample Product 119.99