Bug #2483
closedLink into site the new searchable data dictionary (and glossary?)
0%
Description
We need a searchable data dictionary and glossary of terms. Perhaps the simplest thing would be to add a few tables to the database that contains the information in the data dictionary (like VegBranch), then hook up our views to that table, meaning we could simply display, search, and update information in it.
Updated by Michael Lee over 18 years ago
Mlee can do this after Chad leaves if need be.
Updated by Michael Lee about 18 years ago
Searchable data dictionray now exists on aldo:
http://aldo.vegbank.org/vegbank/views/dba_tabledescription_summary.jsp
need to hook it into the site and create index page, plus relink .htaccess and make sure that all the different kinds of pages are covered (pop-up may still be needed).
Updated by Michael Lee about 18 years ago
Done. Data dictionary now searchable and you can do negative searches too, plus it highlights the found terms in the results page. Highlighting javascript could be reused elsewhere, too!