koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Koha-devel] wishlist : another idea : bibliosubjects


From: paul POULAIN
Subject: Re: [Koha-devel] wishlist : another idea : bibliosubjects
Date: Thu Mar 7 09:21:03 2002
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020204

Chris Cormack wrote:
On Tue, 2002-03-05 at 08:42, paul POULAIN wrote:
The bibliosubjects table contains all the subjects used for a biblio. 
It's used in the search process.
In the create biblio process, there is a subject field, in which we
store all the subjects.
I think it would be useful to have a table where we could store all the
differents subjects that are used in the DB.
It could be an reference table. I don't know the word in english, but in
french, it's called "thesaurus" if i don't mind.
Yep that would be good. At the moment what happens in the cataloguing
when you change the subject of a biblio. Its scans the bibliosubject
table to find if it already exists. If it doesnt it warns you and asks
if you are sure you want to add it.
So its there logically, this means that it has to scan the whole
bibliosubjects table, while not hugely slow, it would be slower than
scanning an authority table.
This hasnt been high priority for me, because its been working as it is,
but it would be good to clean up.
The database design was pretty much inherited from the system before
koha, so that data could come out of that and into koha easily.
So the database is slowly becoming more sensible the more we work on it,
which is good.
I'm working on it.
I will add a table called "thesaurus" (is this word meaningful in english ?) in the DB, which contains what's needed. My DB patch will build it automatically.
I will modify modbib.pl and newbiblio.pl to use this table and I've an idea or 2 to modify ergonomy a little (I will add a button to open a list dynamically builded, then, when you've choosen the right text, popup is closed and value added to the main subject field. It's not quite easy, but surely doable.
Is there other scripts to modify ?

An other question : I'm working only on a linux-box, so have no IE for testing my _javascript_. Is there someone around there able to test under IE4-5-6?
--
Paul

reply via email to

[Prev in Thread] Current Thread [Next in Thread]