Koha/koha-tmpl/intranet-tmpl/prog/en/css
Jonathan Druart 623f3a2c84 Bug 8233 : SearchEngine: Add a Koha::SearchEngine module
First draft introducing solr into Koha :-)

List of files :
  $ tree t/searchengine/
  t/searchengine
  |-- 000_conn
  |   `-- conn.t
  |-- 001_search
  |   `-- search_base.t
  |-- 002_index
  |   `-- index_base.t
  |-- 003_query
  |   `-- buildquery.t
  |-- 004_config
  |   `-- load_config.t
  `-- indexes.yaml
  just do `prove -r t/searchengine/**/*.t`

  t/lib
  |-- Mocks
  |   `-- Context.pm
  `-- Mocks.pm
  provide a mock to SearchEngine syspref (set_zebra and set_solr).

  $ tree Koha/SearchEngine
  Koha/SearchEngine
  |-- Config.pm
  |-- ConfigRole.pm
  |-- FacetsBuilder.pm
  |-- FacetsBuilderRole.pm
  |-- Index.pm
  |-- IndexRole.pm
  |-- QueryBuilder.pm
  |-- QueryBuilderRole.pm
  |-- Search.pm
  |-- SearchRole.pm
  |-- Solr
  |   |-- Config.pm
  |   |-- FacetsBuilder.pm
  |   |-- Index.pm
  |   |-- QueryBuilder.pm
  |   `-- Search.pm
  |-- Solr.pm
  |-- Zebra
  |   |-- QueryBuilder.pm
  |   `-- Search.pm
  `-- Zebra.pm

How to install and configure Solr ?
  See the wiki page: http://wiki.koha-community.org/wiki/SearchEngine_Layer_RFC

http://bugs.koha-community.org/show_bug.cgi?id=8233
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
2012-07-06 16:51:58 +02:00
..
pages Fix for Bug 5234 - Remove unused CSS files 2011-09-14 08:43:54 +12:00
treeview added jQuery plugin Treeview 1.4.0 2008-04-10 15:54:23 -05:00
addbiblio.css Fix for Bug 7135: Save button options 2011-12-13 18:01:33 +01:00
blue.css (bug #3291) fix blue.css to bold fields and tags in marc view 2009-06-04 07:23:44 -05:00
card.css [10/30] Patron Card Creator home page css 2010-01-11 18:21:11 -05:00
datatables.css Bug 7977: QOTD uploader to enable uploading csv files containing quotes 2012-05-24 14:14:09 +02:00
help.css Fixing "check all" function in search results; Using javascript to generate book bag and list buttons, since those functions depend on javascript being enabled.Also adding help.css, missing from yesterday's help file commits. 2008-01-27 14:34:50 -06:00
hierarchy.css
humanmsg.css Add humane messages jQuery plugin 2009-09-06 22:55:22 -06:00
label.css [30/40] Work on labels module home page. 2009-09-01 15:53:07 -04:00
login.css Bug 6865 - Follow-up, Replace image-based gradient backgrounds with CSS3 gradients 2012-02-10 16:08:09 +01:00
mainpage.css Bug 7998: Don't make the news all bold 2012-05-14 16:07:58 +02:00
preferences.css Bug 7645 - System preferences editor save button obscured by language chooser 2012-03-13 14:37:24 +01:00
print.css Revert "Fix for Bug 6291, Cart printing truncated in Firefox" 2011-11-30 17:12:06 +01:00
printreceiptinvoice.css Bug 4440 Layout tweaking follow-up patch 2010-11-18 14:33:29 +13:00
quotes.css Bug 7977: Further UI work on the QOTD editor 2012-05-24 14:14:17 +02:00
spinelabel.css Quick Spine Label Printer 2009-08-01 10:47:13 -04:00
staff-global.css Bug 8233 : SearchEngine: Add a Koha::SearchEngine module 2012-07-06 16:51:58 +02:00
tinymce.css Fix for Bug 6884, Improve TinyMCE configuration on Koha News page 2011-09-24 19:45:47 +12:00
uploader.css Bug 7977: Further UI work on the QOTD uploader 2012-05-24 14:14:15 +02:00