Commit Graph

250 Commits

Author SHA1 Message Date
Henrik Lochmann 84d221fb50 - adjusted logging statements 2012-08-06 16:53:09 +02:00
Henrik Lochmann 8f69b1f98b - added facet fields as search parameter
- added faceting search result as serialized metadata to result list
2012-08-06 16:52:43 +02:00
Sebastian Meyer 3690daf96d Fix some variable naming issues 2012-08-04 06:47:03 +02:00
Sebastian Meyer 5c9c8f7366 Fix Bug #963950: Respect the "show in lists" setting in metadata configuration 2012-08-03 18:54:13 +02:00
Sebastian Meyer 91a7039392 Fix Bug #985487: Auto-suggestion for the search interface 2012-08-03 14:26:38 +02:00
Sebastian Meyer 10621f0fde Refactor metadata handling to allow fallbacks for empty fields 2012-08-02 11:32:36 +02:00
Sebastian Meyer 6230eeb2b4 Apply stdWrap to metadata fields before discarding empty values 2012-08-01 15:35:58 +02:00
Sebastian Meyer db56975194 Add parameter to tx_dlf_helper::whereClause() to ignore hidden flag 2012-08-01 15:05:47 +02:00
Sebastian Meyer 59cf74c713 Reduce number of xpath queries to improve performance 2012-07-19 17:45:39 +02:00
Sebastian Meyer 4ebde596e6 Add "expirationDate" attribute to resumption token 2012-07-18 10:54:08 +02:00
Sebastian Meyer a7f6a2cecb Respect plugin TS configuration 2012-07-17 17:54:45 +02:00
Sebastian Meyer 5474e0f85c Distinguish between a document's PID and cPID 2012-07-17 17:23:23 +02:00
Sebastian Meyer db0b6c93be Refactor to address some performance issues 2012-07-17 16:16:26 +02:00
Sebastian Meyer 31c30aeb10 Make Solr core optional in indexing module 2012-07-13 09:54:25 +02:00
Sebastian Meyer c3b2919b77 Make abstract class for backend modules available for other extensions 2012-07-11 16:37:25 +02:00
Sebastian Meyer b91768fab9 Add license and credits for the used icon set by Mark James 2012-07-11 16:27:45 +02:00
Sebastian Meyer 096a3a9165 Fix Bug #1023314: Make title linking in metadata view optional 2012-07-11 14:06:55 +02:00
Sebastian Meyer 2341370ae2 Make TSconfig for metadata records optional 2012-07-11 11:49:31 +02:00
Sebastian Meyer 2aed76177f Fix Bug #1023314: Make title linking in metadata view optional 2012-07-11 10:57:04 +02:00
Sebastian Meyer 7c6866e398 Some minor cosmetic changes in ext_emconf.php 2012-07-11 09:48:49 +02:00
Sebastian Meyer 57d82ed83f Sort fileGrps by image size 2012-07-11 09:48:11 +02:00
Sebastian Meyer cf6bf84097 Change default number of items shown in backend lists. 2012-07-03 17:49:54 +02:00
Sebastian Meyer c941915c54 Fix Bug #1019272: Hidden documents do not reappear in search after unhide 2012-07-02 15:46:26 +02:00
Sebastian Meyer d5ce1a37b7 Fix Bug #1019272: Hidden documents do not reappear in search after unhide 2012-07-02 15:20:34 +02:00
Henrik Lochmann 16ea35bc87 - cleaned code 2012-06-29 15:12:04 +02:00
Henrik Lochmann 387a0cb340 - solrcore setting in plugin configuration 2012-06-18 10:42:31 +02:00
Henrik Lochmann f7d84a45b4 - using frontend language methods for localization 2012-06-18 10:41:58 +02:00
Henrik Lochmann d0edfe0e4f - parameter order fixed 2012-06-12 14:06:23 +02:00
Henrik Lochmann cbd4ef404b - commented lline removed 2012-06-12 14:02:56 +02:00
Henrik Lochmann c75f268835 - path bug fixed 2012-06-12 14:02:42 +02:00
Henrik Lochmann 9221336ab5 - l18n and new methods 2012-06-12 12:25:59 +02:00
Henrik Lochmann 51febad081 - moved some l18n constants to static localization file 2012-06-11 16:50:50 +02:00
Henrik Lochmann 46b4874291 - search centralization (is done by tx_dlf_solr now) 2012-06-11 16:50:19 +02:00
Henrik Lochmann 976bb089a5 - log statement 2012-06-11 16:49:46 +02:00
Henrik Lochmann 1eaba14e7c - removed old code 2012-06-11 16:46:18 +02:00
Henrik Lochmann 82dcffc7b8 - introduced template and HMENU based facet rendering 2012-06-11 16:44:25 +02:00
Henrik Lochmann 39302a12e1 - value and field translation 2012-06-11 16:32:52 +02:00
Henrik Lochmann 6862318312 - solr_search class registration 2012-06-11 16:32:30 +02:00
Henrik Lochmann 4d93b5424f - showSingleCollection() sets filter query attribute in list metadata 2012-06-11 16:30:39 +02:00
Henrik Lochmann 4a4481b065 - menu setup for facets 2012-06-11 16:28:44 +02:00
Henrik Lochmann aa370eaae5 - locallang.xml file for l18n in static methods 2012-06-11 16:27:35 +02:00
Henrik Lochmann 0fb1a34f9a - search value object to configure search method 2012-06-11 16:27:07 +02:00
Henrik Lochmann 3602b55559 - centralized search method, creating, saving and returning result list instance 2012-06-11 16:26:42 +02:00
Henrik Lochmann c9f25f67e5 - toString() 2012-06-11 16:25:53 +02:00
Henrik Lochmann c28caded53 - l18n for static methods
- array_toString method
2012-06-11 16:24:51 +02:00
Henrik Lochmann d2d8e924d8 - fixed review todos 2012-06-04 17:51:24 +02:00
Henrik Lochmann ae03b1154c - t3jquery dependencies are properly included when using search suggestions
- search form, suggestions and search template work on secured hidden input that contains the index name of the incorporated solr core (this code only works when PHP mcrypt extension is installed, otherwise nothing happens)
2012-06-04 17:47:19 +02:00
Henrik Lochmann f32af36109 - getSolrUrl() respects solr core 2012-06-04 17:39:51 +02:00
Henrik Lochmann d1e5b812d9 - loads tx_dlf_search_suggest 2012-06-04 17:38:42 +02:00
Henrik Lochmann 18a22f2653 - dependency to t3jquery 2012-06-04 17:38:06 +02:00