Repository List
/
webpac
/
trunk
/
index_DBI_cache.pm @ HEAD
English
Français
Chinese (Simplified)
Chinese (Traditional)
Blame/Annotate
Checkout
View File
RSS Feed
Show last: 20 ,
50
,
100
,
All
Date
File
Revision
Author
Diff
Revision Log
2005/01/16 18:29:24
631
631
dpavlin
HTML
|
TEXT
correct support for accented letters entered as html entities in input data.
2005/01/01 19:09:53
623
623
dpavlin
HTML
|
TEXT
cleanup and documentation updates
2004/08/27 17:21:00
399
399
dpavlin
HTML
|
TEXT
better check if table exists (so that DBD::SQLite upgrade won't break)
2004/02/11 08:33:51
226
226
dpavlin
HTML
|
TEXT
added SQLite parametar sqlite_handle_binary_nulls
2004/02/10 10:20:50
225
225
dpavlin
HTML
|
TEXT
don't die if old table cannot be dropped
2004/02/05 10:56:55
219
219
dpavlin
HTML
|
TEXT
Display total and unique count when dumping index data to tables
2004/01/31 20:57:48
206
206
dpavlin
HTML
|
TEXT
at close vacuum database if using PostgreSQL or SQLite
2004/01/17 14:00:26
201
201
dpavlin
HTML
|
TEXT
changed behaviour when searching index and no entry beginning with string is
found: until now, it found first substring, and now it find substring from
beginning of word (it has to have space before it)
2003/12/11 18:00:57
192
192
dpavlin
HTML
|
TEXT
use locale (important for sorting)
2003/11/29 19:07:00
188
188
dpavlin
HTML
|
TEXT
implemented index_delimiter which enables to to format index entries in format
(values to be inserted in index);;(values to be displayed) if there is
definition of index_delimiter=";;". This will allow you to index (and
search) through values from original database and still have ability to
display lookup fields.
2003/10/30 01:02:22
142
142
dpavlin
HTML
|
TEXT
if no entries found, count should return number of all entries
2003/10/30 00:10:09
140
140
dpavlin
HTML
|
TEXT
fix for total number of entries from index if using filter, renamed
check function to count and added limit
2003/09/04 14:56:41
127
127
dpavlin
HTML
|
TEXT
if searched word is not found when searching from beginning of index, try
to find in anywhere (substring match)
2003/07/13 21:54:22
95
95
dpavlin
HTML
|
TEXT
fix: first index entry should have nr. 1 not 0
2003/07/13 19:30:28
94
94
dpavlin
HTML
|
TEXT
re-wrote module to use in-memory sorting
2003/07/13 14:44:03
93
93
dpavlin
HTML
|
TEXT
fix OpenIsis 0.9.0 perl bug
2003/07/12 16:02:15
88
88
dpavlin
HTML
|
TEXT
print timings of last operation
2003/07/11 20:58:45
87
87
dpavlin
HTML
|
TEXT
print datestamp before starting sort (for benchmarking)
2003/07/11 20:14:19
83
83
dpavlin
HTML
|
TEXT
don't die if unable to insert into index, instead just warn
2003/07/04 18:23:00
60
60
dpavlin
uses memory as cache