Koha/updater
tipaul f2509ca2b2 First, run updater/thesaurus_create.pl.
It creates a thesaurus table and fills it with data in bibliosubject. Thesaurus
contains 2 columns : freelib and stdlib. This permits connecting differents forms for a word/sentence (HUGO may be mapped to V. Hugo, Victor Hugo...)
In modbib.pl, you will see "..." near subject. If you   click on this ..., a popup appear. It has 4 parts : the Subject field, a search field with Search button. If you enter a value here and click Search, a list of thesaurus entries starting by what you enter appear.
If you select a value and click "OK", the value is added to the subject list.
When you've finished, click END. the window is closed, and the value copied to main subject window.

Make heavy use of javascript. TESTED UNDER MOZILLA 0.99. Please test under IE.

Administration of thesaurus table will come soon (with html::template) ...
2002-05-14 11:26:09 +00:00
..
sample_only_param_tables.sql Sample database only for parameters tables 2002-03-19 15:37:15 +00:00
thesaurus_create.pl First, run updater/thesaurus_create.pl. 2002-05-14 11:26:09 +00:00
updatedatabase Fixing a typo 2002-05-06 21:59:40 +00:00
updatedatabase2.pl updated database.mysql : dropped unused tables, created indexes : old database.mysql updated by updatedatabase2.pl script 2002-05-02 09:19:49 +00:00