Commit Graph

87 Commits

Author SHA1 Message Date
Jean-Yves Gaulier
bb9376fb60 Drop highlight support 2014-04-15 12:20:11 +02:00
Nicolas Le Goff
57e1597aeb Fix Sphing search engine highlight 2014-04-14 14:58:55 +02:00
Nicolas Le Goff
424fea8c8e Clean up the code 2014-04-14 14:58:55 +02:00
Jean-Yves Gaulier
761437154c Fix thesaurus bounce 2014-04-14 14:54:14 +02:00
Romain Neutron
965a685236 Fix namespace 2014-02-26 16:31:52 +01:00
Romain Neutron
7406aa8fc2 Remove SearchEngineInterface::clearAllCache, keep last hour phrasea cache 2014-02-05 13:11:30 +01:00
Romain Neutron
d519c13e56 Bump copyright year 2014-01-06 15:28:12 +01:00
Romain Neutron
f0d632073b Fix #1622 : Sanitize captions display 2013-12-17 18:31:56 +01:00
Romain Neutron
7904a33e07 Fix CS 2013-12-03 21:01:43 +01:00
Romain Neutron
1472f96e93 Fix #736 : Re-inject phraseanet rights after collection creation in case of PhraseaEngine 2013-11-28 16:16:18 +01:00
Romain Neutron
a2899f6934 Insight recommendations 2013-11-12 17:58:03 +01:00
Romain Neutron
9b471fdf76 Fix CS 2013-10-31 11:53:30 +01:00
Romain Neutron
eb6eb689e0 Fix #1535 : API does not display search engine suggestions correctly 2013-10-10 18:00:09 +02:00
Romain Neutron
4501f2ac8f Fix #1503 : Avoid query error in case search engine index is broken 2013-10-02 19:30:59 +02:00
Romain Neutron
219156bf8e Add SearchEngineInterface::isStemmingEnabled 2013-09-17 17:03:41 +02:00
Romain Neutron
0047d0fc36 Never reset date sort settings, remove date field choser 2013-09-17 16:33:48 +02:00
Romain Neutron
0ee6e87c2a Fix search engine suggestions usage 2013-08-08 11:05:47 +02:00
Romain Neutron
5b0e5ccddc SphinxSearch engine default values uniformisation 2013-08-08 11:05:47 +02:00
Jonathan SCHNEIDER
2b460cbcf8 Fix #1378 : sphinx host is replaced by sphinx port in admin panel 2013-07-30 14:43:17 +02:00
Romain Neutron
2f9f197e71 Fix #1312 : Users must have edit right to search in collections 2013-07-18 18:44:43 +02:00
Romain Neutron
4e9953d0d2 Fix #1269 : Save search engine options in phraseanet configuration instead of json file 2013-07-10 19:45:54 +02:00
Romain Neutron
45c938cf24 Initialize date fields value 2013-07-10 14:24:42 +02:00
Romain Neutron
88d51b19b2 Fix Phrasea engine caption display on tooltip 2013-07-09 14:04:20 +02:00
jygaulier
045fde60f9 fix #857 2013-06-24 19:50:42 +02:00
jygaulier
241f4445ce fix #857 2013-06-24 19:42:09 +02:00
jygaulier
b48491d457 fix #857 2013-06-24 19:34:06 +02:00
jygaulier
3a9dfd9e07 fix #857 2013-06-24 19:09:53 +02:00
Nicolas Le Goff
005b3c3231 Fix #1205 Fix calculation of current page 2013-06-17 20:26:44 +02:00
Romain Neutron
f9b4978569 Merge pull request #390 from romainneutron/databox-labels
[3.8] Add labels to databoxes
2013-06-13 07:41:05 -07:00
Romain Neutron
11a55bbd43 Add labels to databoxes 2013-06-13 09:45:43 +02:00
Romain Neutron
4161ef2e31 Use url generator everywhere 2013-06-13 09:44:16 +02:00
Romain Neutron
32c2d6154a Remove phraseanet services, update configuration 2013-06-11 14:05:44 +02:00
Romain Neutron
d2bc4f4a23 Add AuthenticationServiceProvider 2013-05-29 14:22:50 +02:00
Romain Neutron
873d71cf70 Fix Phrasea Highlight 2013-05-23 21:16:52 +02:00
Romain Neutron
43856b7f62 Cleanup Code 2013-05-13 15:07:49 +02:00
Romain Neutron
9651640bc7 Merge branch '3.7' 2013-04-25 13:31:36 +02:00
Romain Neutron
6480cefbcd Merge branch '3.7' 2013-03-29 11:05:17 +01:00
jygaulier
4ff2b4a6b3 stemming only if requested in advanced search 2013-02-14 13:47:24 +01:00
jygaulier
9556e98e7c fix "parameter by reference"
stemming : add current locale to phrasea_query2(..., lng)
2013-02-14 13:47:24 +01:00
Romain Neutron
f2098fc42b Improve unit tests 2013-02-02 20:31:34 +01:00
Romain Neutron
074352fa51 Add support and realtime index for german and dutch stemmatization in SphinxSearchEngine 2013-02-01 18:52:41 +01:00
Romain Neutron
c184278b40 Fix doc blocks 2013-01-29 18:34:50 +01:00
Romain Neutron
53206af159 Fix CS lib/Alchemy 2013-01-29 16:38:00 +01:00
Nicolas Le Goff
cdcceb24ec Refactor client
Terminate baskets.php

Update Refactor

Fix grid layout

Fix page navigation issue when no results

Fix mainMenu position for ie6

Fix IE6 javascript errors

Fix some client bugs

Fix indent

cleanup

Add Client tests

Fix typo

FIx indent

Use new search engine API

Remove useless comments

Remove old client

Add cover annotations

CS fixer
2013-01-28 14:09:49 +01:00
Romain Neutron
842ad40985 Bump copyright year 2013-01-21 23:28:58 +01:00
Romain Neutron
07b3216a26 Add SearchEngineOptions tests, move SearchEngineRequest methods to SearchEngineOptions as a factory 2013-01-17 14:13:47 +01:00
Romain Neutron
be4a333f62 [SearchEngine] Fix namespace use 2013-01-17 12:03:19 +01:00
Romain Neutron
8a0c3c0bbc [SearchEngine] Fix CS 2013-01-17 12:03:19 +01:00
Romain Neutron
6e7bb37e7e [SearchEngine] Move SearchEngineInetrface::status to SearchEngineInterface::getStatus 2013-01-17 12:03:19 +01:00
Romain Neutron
f8997a034c [SearchEngine] Add SearchEngineLogger, log queries 2013-01-17 12:03:19 +01:00