Attachment #29204
Bug 12478 - an almagamation of all the Elasticsearch code so far patch 2014-06-25 06:15:43 UTC 104.31 KB no flags Details
Attachment #31128
Bug 12478 - an almagamation of all the Elasticsearch code so far patch 2014-08-25 03:59:19 UTC 104.37 KB no flags Details
Attachment #31129
Bug 12478 - set up database tables for elasticsearch patch 2014-08-25 03:59:40 UTC 2.83 KB no flags Details
Attachment #33136
Bug 12478 - add some base objects that the ES code will depend on patch 2014-11-03 04:02:53 UTC 19.63 KB no flags Details
Attachment #33137
Bug 12478 - add some base objects that the ES code will depend on patch 2014-11-03 04:05:45 UTC 19.63 KB no flags Details
Attachment #33138
Bug 12478 - pile of elasticsearch code patch 2014-11-03 04:05:50 UTC 84.71 KB no flags Details
Attachment #33139
Bug 12478 - set up database tables for elasticsearch patch 2014-11-03 04:05:54 UTC 2.39 KB no flags Details
Attachment #33140
Bug 12478 - authorities can now be stored in ES patch 2014-11-03 04:05:59 UTC 76.06 KB no flags Details
Attachment #33141
Bug 12478 - add test cases patch 2014-11-03 04:06:04 UTC 5.54 KB no flags Details
Attachment #35654
Bug 12478: fix some compilation errors patch 2015-02-02 15:27:14 UTC 3.71 KB no flags Details
Attachment #40903
My koha-conf.xml as an example text/plain 2015-07-09 23:03:38 UTC 7.17 KB no flags Details
Attachment #42030
opac_search_for_d_sort_by_relevance image/png 2015-08-27 14:00:06 UTC 300.86 KB no flags Details
Attachment #42031
opac_search_for_d_sort_by_title image/png 2015-08-27 14:00:37 UTC 335.84 KB no flags Details
Attachment #42032
opac_search_for_harry_sort_by_title image/png 2015-08-27 14:01:00 UTC 171.85 KB no flags Details
Attachment #42033
limit_by_book_sort_by_pubdate image/png 2015-08-27 14:01:15 UTC 343.28 KB no flags Details
Attachment #42062
Bug 12478: Fix the UNIMARC and NORMARC indexing patch 2015-08-28 11:38:31 UTC 12.46 KB no flags Details
Attachment #42063
Bug 12478: Change the commit count to 5k patch 2015-08-28 11:38:37 UTC 1.14 KB no flags Details
Attachment #42064
Bug 12478: Fix the verbose flag on reindexing patch 2015-08-28 11:38:42 UTC 1.03 KB no flags Details
Attachment #42065
Bug 12478: Fix pod in the rebuild_ES.pl script patch 2015-08-28 11:38:46 UTC 808 bytes no flags Details
Attachment #42066
Bug 12478: Remove Solr occurrences reintroduced by a previous patch patch 2015-08-28 11:38:51 UTC 2.15 KB no flags Details
Attachment #42067
Bug 12478: Display the correct number of facets (5 instead of 6) patch 2015-08-28 11:38:56 UTC 1.06 KB no flags Details
Attachment #42068
Bug 12478: Do not display the 'Show more' links if no more facet available patch 2015-08-28 11:39:01 UTC 1.29 KB no flags Details
Attachment #42069
Bug 12478: Fix encoding issue on facets patch 2015-08-28 11:39:07 UTC 1.61 KB no flags Details
Attachment #42392
Bug 12478: Fix error on indexing a specific record patch 2015-09-04 12:37:03 UTC 1.60 KB no flags Details
Attachment #42393
Bug 12478: Fix encoding issues on indexing patch 2015-09-04 12:37:09 UTC 2.33 KB no flags Details
Attachment #43127
Bug 12478: Reintroduce the SearchEngine system preference patch 2015-10-05 13:42:01 UTC 1.05 KB no flags Details
Attachment #43128
Bug 12478: (follow-up) Display the correct number of facets patch 2015-10-05 13:42:06 UTC 1.25 KB no flags Details
Attachment #43129
Bug 12478: Remove empty limit parameter patch 2015-10-05 13:42:12 UTC 1.49 KB no flags Details
Attachment #43130
Bug 12478: Remove Koha::ItemType[s] Class::Accessor classes patch 2015-10-05 13:42:17 UTC 5.70 KB no flags Details
Attachment #43131
Bug 12478: Add Koha::ItemType[s] classes patch 2015-10-05 13:42:22 UTC 2.94 KB no flags Details
Attachment #43132
Bug 12478: Use the new Koha::ItemTypes to retrieve itypes descriptions patch 2015-10-05 13:42:28 UTC 1.41 KB no flags Details
Attachment #43133
Bug 12478: Add Koha::AuthorisedValue[s] class patch 2015-10-05 13:42:33 UTC 3.02 KB no flags Details
Attachment #43134
Bug 12478: facets - Display description instead of code for locations patch 2015-10-05 13:42:39 UTC 1.52 KB no flags Details
Attachment #43140
Bug 12478: Display facet terms ordered by number of occurrences patch 2015-10-05 14:39:25 UTC 5.29 KB no flags Details
Attachment #43141
Bug 12478: Remove empty limit parameter patch 2015-10-05 14:46:22 UTC 1.51 KB no flags Details
Attachment #43142
Bug 12478: Remove empty limit parameter patch 2015-10-05 14:48:41 UTC 1.51 KB no flags Details
Attachment #43148
Bug 12478: Take the FacetMaxCount pref into account patch 2015-10-05 16:16:40 UTC 4.01 KB no flags Details
Attachment #43345
Bug 12478: [DO NOT PUSH] script to generate the mappings yaml file patch 2015-10-12 16:17:38 UTC 4.23 KB no flags Details
Attachment #43346
Bug 12478: Add the yaml mappings file patch 2015-10-12 16:17:46 UTC 56.80 KB no flags Details
Attachment #43347
Bug 12478: Add Koha::SearchField[s] and Koha::SearchMarcMap[s] classes patch 2015-10-12 16:18:02 UTC 5.79 KB no flags Details
Attachment #43348
Bug 12478: Move mapping attributes to the join table patch 2015-10-12 16:18:09 UTC 10.30 KB no flags Details
Attachment #43349
Bug 12478: update the schema patch 2015-10-12 16:18:18 UTC 6.07 KB no flags Details
Attachment #43350
Bug 12478: Manually add the many_to_many relationships patch 2015-10-12 16:18:26 UTC 1.57 KB no flags Details
Attachment #43351
Bug 12478: Remove previous mappings file (sql) patch 2015-10-12 16:18:42 UTC 51.64 KB no flags Details
Attachment #43352
Bug 14899: Add a link to the new page in the admin patch 2015-10-12 16:20:14 UTC 1.35 KB no flags Details
Attachment #43373
Bug 12478: Display facet terms ordered by number of occurrences patch 2015-10-13 09:53:25 UTC 5.13 KB no flags Details
Attachment #47767
Bug12748 - Fixes duplicate serials with an "expected" status bug text/plain 2016-02-08 20:07:05 UTC 4.23 KB no flags Details
Attachment #47768
Bug 12748 - Add test for step 7 and 8 and rename findSerialByStatus text/plain 2016-02-08 20:07:11 UTC 4.40 KB no flags Details
Attachment #50115
Bug 12478: Define simple_search_compat for Zebra patch 2016-04-11 07:21:53 UTC 1.22 KB no flags Details
Attachment #50159
Bug 12478: (QA followup) Koha::SearchEngine should fallback to Zebra patch 2016-04-12 20:07:37 UTC 899 bytes no flags Details
Attachment #50211
Bug 12478 : Fixing the tests in t/Koha_ElasticSearch_Indexer.t patch 2016-04-13 20:54:13 UTC 1.25 KB no flags Details
Attachment #50212
Bug 12478 : Fixing the tests for Koha::SearchEngine::Elasticsearch::Search patch 2016-04-13 21:22:35 UTC 2.09 KB no flags Details
Attachment #50213
Bug 12478 : Fixing the tests in t/Koha_ElasticSearch_Indexer.t patch 2016-04-13 21:37:15 UTC 1.30 KB no flags Details
Attachment #50214
Bug 12478 : Fixing the tests for Koha::SearchEngine::Elasticsearch::Search patch 2016-04-13 21:37:24 UTC 2.15 KB no flags Details
Attachment #50245
Bug 12478 Shifting tests and adding copyright headers patch 2016-04-14 20:24:28 UTC 5.66 KB no flags Details
Attachment #50246
Bug 12478 Increasing test Coverage for Koha::SearchEngine::Elasticsearch::Search patch 2016-04-14 21:28:44 UTC 2.46 KB no flags Details
Attachment #50291
Bug 12478 Shifting tests and adding copyright headers patch 2016-04-15 22:42:18 UTC 5.71 KB no flags Details
Attachment #50292
Bug 12478 Increasing test Coverage for Koha::SearchEngine::Elasticsearch::Search patch 2016-04-15 22:42:29 UTC 2.51 KB no flags Details