Commit graph

3663 commits

Author SHA1 Message Date
tipaul
41c209a4bd proof of concept for inverted index tables for search
how it works :
* create the table marc_Tword with the following structure :
CREATE TABLE `marc_Tword` (
  `word` varchar(80) NOT NULL default '',
  `usedin` text NOT NULL,
  `tagsubfield` varchar(4) NOT NULL default '',
  PRIMARY KEY  (`word`,`tagsubfield`)
) TYPE=MyISAM;
* open a console & type export PERL5LIB & export KOHA_CONF as usual.
* fill this table with misc/build_marc_Tword.pl. Warning, this script uses a very very consumming but very fast method to fill the table : it does everything in memory, then write everything. Another method is provided (& commented), but it's 100x times slower (really !)
* open opac-search.pl and replace use C4::SearchMarc; by use C4::SearchMarcTest; as the API hasn't changed, it will work immediatly.
* go to opac-search (advanced search) & search whatever you want. Should work fine.

LIMITS :
* build_marc_Tword has problem with extended chars (accented ones mainly). So don't be afraid if you get sql errors. They are not a problem for a POC
* search works always order by title, whatever you choose.
* search works only search WORDA and WOARDB, not yet WORDA or WORDB or WORDA except WORDB.
2005-05-27 09:30:23 +00:00
rangi
a887b00436 First cut of a search engine using Plucene
NOT FOR PRODUCTION, but if anyone wishes to test/improve go right ahead
2005-05-22 01:18:45 +00:00
hdl
3adf376ae5 Removing a warning 2005-05-17 14:54:16 +00:00
dnmeid
b33c6222ff Some translation adjustments 2005-05-17 13:21:34 +00:00
rangi
440b5402e6 Can now change branch and printer 2005-05-15 05:56:05 +00:00
rangi
5975a94379 Got drop down list appearing when more than one borrower matches 2005-05-15 05:42:00 +00:00
rangi
18b2cfe08a Removing old print statement 2005-05-15 04:35:36 +00:00
rangi
0edd65bfc8 More little changes to remove warns 2005-05-15 04:34:09 +00:00
rangi
da12640324 Continuing work, issues getting closed to finished 2005-05-15 04:29:54 +00:00
rangi
987767d7a1 Just changed the intro text 2005-05-15 00:03:26 +00:00
rangi
f3fa85c38f Start of a module to handle circulation use Curses::UI
This will issue, and return .. but has lots of glitches still and is no
where near finished. I will continue working on it, but am committing so
others can see what im up to.
2005-05-14 23:57:28 +00:00
rangi
abf3b05898 Another little error that was throwing annoying warns 2005-05-14 22:26:07 +00:00
rangi
1e1929be43 Fixing a line that was throwing up warnings when running the script with -w 2005-05-14 22:20:17 +00:00
rangi
7aa3844555 Commenting out warn call
Im working on a curses circulation module, and this warn was smearing output
to the screen.
2005-05-14 22:05:44 +00:00
dnmeid
9539d449b2 First german contribution to 2.2.2
Thanks to Friedrich
2005-05-12 19:26:13 +00:00
tipaul
9d21434743 changing dewey to varchar 2005-05-06 15:56:06 +00:00
tipaul
b8a505877d adding title & author to additem screen (owen suggestion) 2005-05-06 08:25:16 +00:00
tipaul
369527637b synch'ing 2.2 and head 2005-05-04 15:39:07 +00:00
hdl
a65bbe2598 adding Marc Record to authoritysearch report 2005-05-04 14:18:39 +00:00
joshferraro
fd9122cdba produces a comma separated list of currently available reserves, with item and borrower details.
NOTE: it's NPL-specific because of hardcoded branch info -- this could be
fixed with a query for branches.
2005-05-04 14:01:45 +00:00
joshferraro
ce775cce9c Fixes priority of reserves it also e-mails a list of 'problem' reserves to me at the library 2005-05-04 13:58:35 +00:00
joshferraro
82b9f92bd9 set itemlost status to '2' ("long overdue") on items more than 90 days overdue. 2005-05-04 13:54:01 +00:00
joshferraro
8810f62ad4 Changed the status of a Juvinile patron to Adult on his/her 18th birthday 2005-05-04 13:52:03 +00:00
joshferraro
effd10ecdf Minor change to generalize the script 2005-05-04 13:45:18 +00:00
joshferraro
0bd7d912b8 Files relevant to LibLime's spellcheck and suggest features are placed
in this directory.
2005-05-04 13:41:36 +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
tipaul
4dea4ae494 synch'ing 2.2 and head 2005-05-04 08:50:48 +00:00
tipaul
7aad473042 synch'ing 2.2 and head 2005-05-04 08:45:03 +00:00
joshferraro
47e3d8667b Fixes bug 970: renewing book from issues screen. 2005-05-03 19:39:20 +00:00
oleonard
908cb30f0c Correcting edit link 2005-05-03 18:32:12 +00:00
hdl
150f38baf0 Improving Interface. 2005-05-03 15:00:32 +00:00
oleonard
b0ab35785a Synching with rel_2_2. 2005-05-02 20:16:13 +00:00
oleonard
e70cf8abf6 Synching with rel_2_2. 2005-05-02 20:07:48 +00:00
oleonard
e822d6bd9b Synching with rel_2_2. 2005-05-02 19:54:42 +00:00
oleonard
02e906393e Synching with rel_2_2. 2005-05-02 19:35:17 +00:00
oleonard
3971be1309 Synching with rel_2_2. 2005-05-02 18:06:45 +00:00
hdl
4f01d33ff6 Sorting resullts 2005-05-02 15:59:49 +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
9a840ad27a Perl Code to use dictionary. 2005-05-02 09:25:13 +00:00
hdl
8df33e84c9 Template for "Dictionary" search
First pre-release.
Integrating rejected forms
2005-05-02 06:25:01 +00:00
hdl
5d69abf393 Icon proposition for dictionary, may not be in the right directory 2005-05-02 06:21:58 +00:00
hdl
3e3b5e59ec Integrating a call to a dictionary 2005-05-02 06:20:11 +00:00
oleonard
565a5965f3 Adding 'checkall' function for columns of checkboxes 2005-04-27 19:54:38 +00:00
oleonard
40a1341617 Synching with rel_2_2 2005-04-27 19:38:58 +00:00
oleonard
75aaaa1b9e Modifying alternating table row color markup to match update to script 2005-04-27 18:33:29 +00:00
oleonard
2bb8852961 Left out some instances in the previous update 2005-04-27 18:16:19 +00:00
oleonard
c938fa7baf Moving alternating row colors to the template, adding publicationyear and itemtype variables 2005-04-27 17:17:41 +00:00
shaunevans
b0abd298c8 fixed branchname and printername in returns.tmpl 2005-04-18 18:54:12 +00:00