tipaul
caf9b3c04b
* critical fix for acquisition (see RC3 release notes)
...
* critical fix for duplicate finder
2004-11-24 15:58:31 +00:00
tipaul
661080d2fd
fixing but to remove "request" link on "notforloan" materials
2004-11-18 10:34:24 +00:00
tipaul
8f0ca2ceb7
Limit search to 30 days when the order is by acquisition date desc (ie when the user want to see new books)
2004-11-05 10:10:48 +00:00
tipaul
2b27da1e06
bugfix : using concat instead of + to merge field & subfield. Otherwise, when the subfield is a number, it's a numeric addition that is done !!!
2004-10-27 08:11:44 +00:00
tipaul
4eb5fd5a4c
rewritting item status checking : now, each item is shown with it's callnumber and status (available, on loan,...)
2004-10-25 09:38:00 +00:00
tipaul
e49f99e9db
POD documenting
2004-09-23 16:16:24 +00:00
tipaul
214c37b371
modifs in new acquisition option : the search is now managed through the standard search API, with an "order by timestamp" order.
...
opac-new.pl can be removed
2004-09-16 09:21:05 +00:00
tipaul
d9dcfbeb7a
warn removes + fix for item count
2004-09-13 15:23:35 +00:00
tipaul
4d23559149
fixing bug (dbh error in error log, even if the result was OK)
2004-08-20 09:14:07 +00:00
tipaul
2580ddc726
fixing a complex bug : the last results didn't have callnumber informations. Had to rewrite algorythm for building the result array.
2004-08-20 08:19:52 +00:00
tipaul
8790983cd5
commiting stephen hedges modifs to css template & fixing a bug in variable name (same name in TMPL_LOOP and TMPL_VAR confuses a lot HTML::Template)
2004-08-18 16:44:37 +00:00
shedges
1e02b5b4aa
added getMARCnotes and getMARCsubjects functions.
2004-08-17 20:53:34 +00:00
tipaul
11846f098d
some improvements in SearchMarc
2004-06-22 15:33:30 +00:00
tipaul
54d9bfeeb6
changes in search method :
...
- supporting * and % on words (* is replaced by %)
- removing % when the word is 3 or less letters
2004-06-22 08:39:22 +00:00
tipaul
b6cc6680dc
merging tag & subfield in marc_word for better perfs
2004-06-17 08:16:32 +00:00
joshferraro
a0f310eb19
Fixes problems with searching using terms that contain ' and , by
...
stripping them out and replacing with a space ... line 115
2004-06-11 14:01:28 +00:00
tipaul
83901a889f
adding bibid to the result list
2004-06-03 10:06:27 +00:00
tipaul
1a5963a30a
minor fixes (odd/even lines bug)
2004-05-28 16:14:40 +00:00
tipaul
59ae3d902f
hidding hidden & isurl constraints into MARC subfield structure
2004-05-28 08:24:14 +00:00
tipaul
ec64f1fcd8
Marc search ported to OPAC.
...
seems to work fine
2004-05-10 09:24:14 +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
287e08803a
bugfix => escaping correctly values in SQL
2004-04-14 19:45:48 +00:00
tipaul
f981c4c15f
introducing new features :
...
* search on non marc fields : the marc field is found by a sub in Biblio.pm
* ordering a search
This commit shows the sql in log. Pls test it's correctly indexed (using : explain <sql_in_log>)
2004-03-15 14:34:18 +00:00
tipaul
1498ce1415
adding seealso feature in MARC searches
2004-03-06 20:26:13 +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
plugz
d3ccb3148f
Searches with NOT are now fully functionnal
...
Can create SQL request for any number of statements.
FIXED: splits entry if operator is "contains" and the value is like "foo bar boo"
2003-07-08 11:59:08 +00:00
tipaul
354b08cb47
removing warnings
2003-07-07 14:43:58 +00:00
tipaul
62361b7308
dramatically improves search speed when searching something OR somethingelse
2003-07-03 12:48:33 +00:00
tipaul
d215d11c3d
fix for 361
2003-04-24 16:28:47 +00:00
tipaul
e60f831e1f
last commits before 1.9.1
2003-04-04 08:40:44 +00:00
tipaul
452e65166c
fixes
2003-04-01 12:26:43 +00:00
tipaul
1b0620652e
* moving generic functions to Koha.pm
...
* improvement of SearchMarc.pm
* bugfixes
* code cleaning
2003-03-07 16:35:42 +00:00
tipaul
c23d07724e
search on MARC datas.
...
first draft
2003-01-28 14:56:39 +00:00