Changeset 3570
- Timestamp:
- 06/25/12 23:17:27
- Files:
-
- trunk/config/bwbuild/.defaults/schema.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/config/bwbuild/.defaults/schema.xml
r3569 r3570 15 15 See the License for the specific language governing permissions and 16 16 limitations under the License. 17 --> 18 19 <!-- 20 Bedework notes: 21 22 Some of the fields defined below are indexed or stored versions of x-properties. 23 These are stored by separating the parameters and value with a tab character. 24 25 These fields MUST be stored as string values - even if the value is numeric. 26 27 If you wish to store/index a numeric x-property as a numeric value you will 28 need to treat that x-property specially in the implementation of the 29 bedework indexer. 30 31 We could generalize that by adding more flags to the list of interesting 32 x-props. 17 33 --> 18 34 … … 950 966 <!-- Event reg fields --> 951 967 952 <field name="eventreg_max_tickets" type=" long" stored="true"/>953 <field name="eventreg_max_tickets_per_user" type=" long" stored="true"/>968 <field name="eventreg_max_tickets" type="string" stored="true"/> 969 <field name="eventreg_max_tickets_per_user" type="string" stored="true"/> 954 970 <field name="eventreg_start" type="string" stored="true"/> 955 971 <field name="eventreg_end" type="string" stored="true"/>
