sanyaade-speechtools / delphi-museum-project

Automatically exported from code.google.com/p/delphi-museum-project
0 stars 0 forks source link

Need to support adding some columns into a hidden column in running DB for keyword search #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We need to be able to export certain columns used at semantic index time to
a special runtime DB column not shown but used for keyword search. There
are columns in metadata that are too noisy or dirty for general display,
but that have some useful data for searching on. These should be merged
into a hidden_notes column and exported for the runtime DB.

Original issue reported on code.google.com by LudicrousResearcher@gmail.com on 23 Aug 2008 at 5:56

GoogleCodeExporter commented 9 years ago
Done. We now have a hiddenNotes column in the runtime DB, and markup in the
ColConfig.xml file to mark columns as contributing to this. Still needs full 
testing
in the deployment.

Original comment by LudicrousResearcher@gmail.com on 4 Dec 2008 at 12:34