History log of /yui3/src/dataschema/README.md
Revision Date Author Comments Expand
df5496ef3926fd0ea425cd4aa5eb278364c98d5c 25-Jun-2011 Luke Smith <lsmith@yahoo-inc.com>

Add utf-8 locators, optional listLocator, and more The "more" is support for locators that look like nested paths failing over to simple properties. So field { key: "foo", locator: "foo.bar" } will look first for record.foo.bar for a value, but if nothing is found, it will look for record["foo.bar"]. If a value is found there, it will not look for the nested value for subsequent records. Leaving out resultListLocator from the schema will try to use the input data as the results array if it is an array.