Commit graph

47 commits

Author SHA1 Message Date
tipaul
b38997925f big commit, still breaking things...
* synch with rel_2_2. Probably the last non manual synch, as rel_2_2 should not be modified deeply.
* code cleaning (cleaning warnings from perl -w) continued
2005-10-26 09:11:02 +00:00
tipaul
3a3f9bbb47 see mail on koha-devel : code cleaning on Search.pm + normalizing API + use of biblionumber everywhere (instead of bn, biblio, ...) 2005-09-22 15:31:05 +00:00
doxulting
07dfffb799 Correct a bug that prevents selectionning an entry with a quote 2005-08-26 12:18:59 +00:00
tipaul
c815fa459c normalizing API, using biblionumber everywhere 2005-08-12 13:53:09 +00:00
hdl
42141cd9db Closing suggest window after selection 2005-06-23 08:58:30 +00:00
tipaul
e2d56f0f49 some fixes & improvements for dictionnary search in librarian interface 2005-06-01 12:51:02 +00:00
hdl
e2085c673a Dictionary call modification 2005-05-04 12:52:34 +00:00
hdl
a71a6a78ad Dictionary feature implemented 2005-05-04 12:46:27 +00:00
tipaul
64cd740d2b synch'ing 2.2 and head 2005-05-04 08:58:30 +00:00
hdl
150f38baf0 Improving Interface. 2005-05-03 15:00:32 +00:00
hdl
43b137f10e Improving output:
Should be a good start point for choosing what to display.
2005-05-02 15:39:24 +00:00
hdl
8df33e84c9 Template for "Dictionary" search
First pre-release.
Integrating rejected forms
2005-05-02 06:25:01 +00:00
hdl
3e3b5e59ec Integrating a call to a dictionary 2005-05-02 06:20:11 +00:00
tipaul
93ff09d081 merging 2.2 branch with head. Sorry for not making it before, many many commits done here 2005-03-01 13:40:35 +00:00
oleonard
2bf0cd561e Converting page number graphics to text links 2004-12-09 19:44:50 +00:00
oleonard
0ed6ea0358 Making slight changes to the display of titles 2004-12-09 17:33:55 +00:00
oleonard
8a4e266e08 Changes to help template validate, adding 'for' attribute to labels. 2004-12-09 16:30:14 +00:00
tipaul
4adca96503 itemcallnumber is not a contains but a start by 2004-12-08 10:25:12 +00:00
tipaul
50e6c3f569 minor text change 2004-11-24 20:34:44 +00:00
tipaul
b56e5acb8f improving items list in MARC search result list 2004-11-04 17:14:28 +00:00
oleonard
68a28e3733 Correcting link to request.pl (was pointing to opac-reserve.pl) 2004-10-20 16:40:14 +00:00
tipaul
ee042e898e Porting OPAC search template to librarian interface 2004-09-30 13:28:03 +00:00
tipaul
d6928cb1e0 minor reindentings 2004-08-18 16:25:24 +00:00
oleonard
2d539c9b70 Corrections to make markup more valid (quoting attributes, encoding ampersands, etc.) 2004-07-19 20:55:55 +00:00
tipaul
3580152768 minor bugfix 2004-06-17 08:23:46 +00:00
tipaul
853ad792a5 css'ing & improving MARC search 2004-05-03 09:28:39 +00:00
tipaul
a2f1bf834f improving Search :
* adding "suggestion", that popup a windows. The popup windows shows, for each word entered in the search form, the 10 words that sounds like the word entered, and that are used most often.
* fixes some minor bugs

Still to do :
* good support of ' and ,
2004-04-16 07:28:22 +00:00
tipaul
c8784a029f itemtype search type is =, not contains (as it ignore 2 or 1 letter searches) 2004-04-13 08:55:20 +00:00
tipaul
c85dee4cba "" added in <input> tag 2004-03-30 16:13:29 +00:00
acli
4cf3fb6353 Fixed missing closing quotation marks in some of the new markup 2004-03-20 10:09:12 +00:00
tipaul
a2c3d13039 adding searches on non marc fields ( like quick search) in MARC.
quick search should be removable soon, to keep only 1 search (marc & non marc)
2004-03-15 14:43:05 +00:00
acli
b940141347 This looks much better if the screen is smallish. 2004-02-23 05:07:10 +00:00
acli
69589b31f1 Some needed HTML syntax corrections. 2004-02-13 02:46:02 +00:00
tipaul
049e6755a8 synch'ing 2.0.0 branch (RC4 tag) and head 2004-02-11 08:57:16 +00:00
tipaul
1e93add16b templates modified : ALL <TMPL_* XX> have been replaced by <!-- TMPL_* XX -->, because it's strict html compliant, and HTML::TreeBuilder deals better with this form. 2003-12-09 10:26:51 +00:00
tipaul
e0759d0934 fixing a bug in searches with stopwords (that where not dropped).
Moving "contains" as 1st choice for the search (= default one)
2003-11-24 16:53:10 +00:00
acli
28bf995942 Minor fix, "MARC Search" was in French 2003-07-17 05:21:53 +00:00
plugz
7bf737fd35 Updates and fixes to use the modified SearchMarc.pm v1.8 and search.marc/search.pl v1.10
Users can search using more than 3 criterias (criterias are now added dynamically)
Results can be displayed using 20,50 or 100 results per page.
Added arrows and numbers to walk through the results (as in OPAC)
2003-07-08 12:04:20 +00:00
tipaul
aeb66ea367 graphic improvments 2003-06-05 14:19:58 +00:00
wolfpac444
6d4a1fdf02 Fixed bug #364 2003-04-30 00:20:35 +00:00
tipaul
7d34ac8ec4 *** empty log message *** 2003-04-11 08:41:06 +00:00
wolfpac444
16f422a8f7 Bug fixes 2003-03-29 00:02:24 +00:00
tipaul
aa5bc6d084 MARC search fixes and improvements. Now, ALL searches are indexed and should be very fast with any statement.
a few improvments, and it will be useable even with a NON-MARC installation of koha.
2003-03-04 16:15:16 +00:00
tipaul
16e6393dcf link to biblio detail 2003-02-27 16:56:46 +00:00
acli
0bfdc458b6 Minor visual & wording tweaks 2003-02-06 07:04:57 +00:00
acli
13aa3cf49d Make the heading more meaningful 2003-02-02 05:02:02 +00:00
tipaul
c23d07724e search on MARC datas.
first draft
2003-01-28 14:56:39 +00:00