Commit Graph

37 Commits

Author SHA1 Message Date
Uwe Steinmann
3571d97f2f fix inclusion of php files 2022-11-09 09:25:45 +01:00
Uwe Steinmann
9565010cd0 pass AccessOperation to view 2021-04-18 19:39:37 +02:00
Uwe Steinmann
4bdb3c7061 put fulltext search into central service 2020-09-29 16:42:09 +02:00
Uwe Steinmann
c51bb143ad remove closing php tag 2020-04-20 08:25:00 +02:00
Uwe Steinmann
bab648b988 check if index and indexconf is set 2020-03-24 06:46:22 +01:00
Uwe Steinmann
c43bb06a3d fix inclusion of files 2019-01-15 18:19:20 +01:00
Uwe Steinmann
73e1df3ad8 make it work with slim notfound handler 2019-01-09 09:19:46 +01:00
Uwe Steinmann
72b1f5d24c recreate an index if opening it fails 2018-11-21 08:27:40 +01:00
Uwe Steinmann
d329de7036 some minor code reorganisation 2017-11-21 10:23:34 +01:00
Uwe Steinmann
b4bcb94b6c intialize $index even if action != show 2017-09-11 08:30:35 +02:00
Uwe Steinmann
ef6f263fc1 create indexer only if action is not set or 'show' (Closes #340) 2017-09-11 08:16:25 +02:00
Uwe Steinmann
8687c90269 include LogInit 2017-08-22 07:15:09 +02:00
Uwe Steinmann
020f25052c index each document by calling ajax function 2017-02-24 12:13:51 +01:00
Uwe Steinmann
ffab03a8b8 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-08-09 07:55:35 +02:00
Uwe Steinmann
7c3e1c0807 fix copyright in header 2016-08-09 07:53:15 +02:00
Uwe Steinmann
f7883f9154 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2016-03-18 16:07:47 +01:00
Uwe Steinmann
88fd6a1dc4 use new invocation of view 2016-03-16 20:09:48 +01:00
Uwe Steinmann
cde8e830f5 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2015-08-19 09:24:05 +02:00
Uwe Steinmann
fb065f1a61 check if index could be created 2015-08-19 09:19:52 +02:00
Uwe Steinmann
65fda6daee Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2015-08-10 21:53:27 +02:00
Uwe Steinmann
8ffcfab6e4 use new fulltext index interface with support for sqlitefts 2015-08-10 21:43:15 +02:00
Uwe Steinmann
122fcdb3c9 Merge branch 'seeddms-4.3.x' into seeddms-5.0.x 2015-08-05 21:14:17 +02:00
Uwe Steinmann
7485a85077 set timeout for external commands when creating fulltext index 2015-08-05 21:11:21 +02:00
Uwe Steinmann
0266c3a037 Merge branch 'seeddms-4.3.15' into develop 2015-02-24 19:53:59 +01:00
Uwe Steinmann
c4feea2664 all converters are only used for fulltext 2015-02-24 19:26:38 +01:00
Uwe Steinmann
d33b17f64c include inc/inc.Init.php, fix order of include files 2014-12-08 14:48:23 +01:00
Uwe Steinmann
4249940e69 folder id can be passed for indexing sub folders 2014-03-26 07:26:01 +01:00
Uwe Steinmann
dafd9655fc use more appropriate variable name $converters instead of $convcmd 2013-03-28 10:17:01 +01:00
Uwe Steinmann
97eeee5be7 pass $settings->_convcmd to view 2013-03-26 20:27:47 +01:00
Uwe Steinmann
c4d23829e8 removed echo left over from debugging 2013-02-19 08:49:29 +01:00
Uwe Steinmann
73c6ff9427 major name change from letodms to seeddms 2013-02-14 12:10:53 +01:00
steinm
2f8aef9165 use new views 2012-12-14 08:34:56 +00:00
steinm
216b15d26a - use new api of indexer 2012-10-05 19:57:36 +00:00
steinm
1b5017cf38 - fixed filtering by stopwords 2012-09-13 13:58:12 +00:00
steinm
73f4c8d90d - use htmlspecialchars() whenever data from the database is output
(this does currently break the output, because data was already
	encoded when saved)
2011-12-02 16:23:36 +00:00
steinm
fbd0e28e91 - use new config variable _luceneClassDir 2011-07-21 06:54:24 +00:00
steinm
dc37217fd5 - added support for fulltext index 2011-03-10 14:13:39 +00:00