Changes between Version 20 and Version 21 of DespoinaLog/2010/11/04


Ignore:
Timestamp:
2010-11-04T16:30:22+01:00 (14 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DespoinaLog/2010/11/04

    v20 v21  
    1818   * When committing the whole project : a lot of files seems to need to be committed , especially from the metadata folder. But in the comparison with the previous version this problem does not seem to appear . The only differences are in the classpath , the project and the current changes file.
    1919 * Sent an email to the [mailto:Beheer-raetonline@umcg.nl] about the online system file that admins the paycheck . *
    20  * Null exception in creation of (db) index. (DONE)
    21    * Some field was null
    22      * When retrieved from DB the table contact contains :
    23        * id,
    24        * !FirstName,
    25        * !MidInitials, !LastName,
    26        * '''Affiliation, ,<---- this is strange. Is not contained in the DB , where does it come from ?? '''
    27        * Address,
    28        * Phone, Email, Fax, tollFreePhone, labworker, xref_Affiliation.name AS Affiliation_name FROM Contact  LEFT JOIN Institute AS xref_Affiliation  ON xref_Affiliation.id....
    29    * Affiliation exists in model? but not in db ! update database .
    30      * database now empty
    31      * upload xls ..ok
    32      * rebuild index.
    33  * Search in the db index was not working for the field name 
    34    * name is not included in the model or the database, but data are here!
    35      * this creepy feature is because this column was created by the XLS IMPORT!
     20 *
    3621
    3722DONE:
     
    4429 * The Ontocat index is build correctly  :
    4530   * search working.
     31 * Null exception in creation of (db) index.  - resolved  (DONE)
     32 * Some field were null
     33   * When retrieved from DB the table contact contains :
     34 *
     35         * id,
     36         * !FirstName,
     37         * !MidInitials, !LastName,
     38         * '''Affiliation, ,<---- this is strange. Is not contained in the DB , where does it come from ??'''
     39         * Address,
     40         * Phone, Email, Fax, tollFreePhone, labworker, xref_Affiliation.name AS Affiliation_name FROM Contact LEFT JOIN Institute AS xref_Affiliation ON xref_Affiliation.id....
     41     * Affiliation exists in model? but not in db ! update database .
     42       * database now empty
     43       * upload xls ..ok
     44       * rebuild index.
     45 * Search in the db index was not working for the field name
     46
     47     * name is not included in the model or the database, but data are here!
     48       * this creepy feature is because this column was created by the XLS IMPORT!
     49     * '''Search inside the field description is WORKING : try "accurately" HIV .'''