source: WAeUP_SRP/trunk/profiles/default/students_catalog.xml @ 983

Last change on this file since 983 was 971, checked in by joachim, 18 years ago

modified pumeresults upload to update results
filename must be pup_update
IMPORTANT the heading must be the same as in the first upload.
Resolved PUME Results contains a different heading.
Import of admitted Students with pictures
students_catalog created
searchStudents speedup

File size: 872 bytes
Line 
1<?xml version="1.0"?>
2<object name="portal_catalog" meta_type="CMF Catalog">
3 <column value="id"/>
4 <column value="jamb_reg_no"/>
5 <column value="name"/>
6 <column value="sex"/>
7 <column value="faculty"/>
8 <column value="department"/>
9 <column value="course"/>
10 <column value="email"/>
11 <column value="level"/>
12 <index name="id" meta_type="FieldIndex">
13  <indexed_attr value="id"/>
14 </index>
15 <index name="jamb_reg_no" meta_type="FieldIndex">
16  <indexed_attr value="jamb_reg_no"/>
17 </index>
18 <index name="faculty" meta_type="KeywordIndex">
19  <indexed_attr value="faculty"/>
20 </index>
21 <index name="department" meta_type="KeywordIndex">
22  <indexed_attr value="department"/>
23 </index>
24 <index name="level" meta_type="KeywordIndex">
25  <indexed_attr value="level"/>
26 </index>
27 <index name="course" meta_type="KeywordIndex">
28  <indexed_attr value="course"/>
29 </index>
30</object>
Note: See TracBrowser for help on using the repository browser.