| | 1 | = biobank search plugin in molgenis4phenotype = |
| | 2 | * molgenis4phenotype downloaded form svn , configured, run successfully : |
| | 3 | * animaldb.molgenis.properties adjusted, DB created |
| | 4 | * mysql> create database animaldb_pheno; |
| | 5 | * mysql> grant all privileges on animaldb_pheno.* to molgenis@localhost identified by 'molgenis'; flush privileges; * |
| | 6 | * * AnimalDBGenerate.java : run |
| | 7 | * AnimalDBUpdateDatabase.java: run |
| | 8 | * Lucene biobank search plugin added in animaldb_ui.xml |
| | 9 | * TODO : include all search plugin file in a directory |
| | 10 | * DirectoryhasContents() corrected : creates directory if does not exist. |
| | 11 | |
| | 12 | |
| | 13 | * Search works! |