Bug 22154: Fix search for Braille from Advanced search page
authorKatrin Fischer <katrin.fischer.83@web.de>
Thu, 4 Apr 2019 01:36:47 +0000 (01:36 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 10 May 2019 20:41:47 +0000 (20:41 +0000)
When you do an advanced search and choose the Format subtype
Braille, it looks for l-format:fk, but that is not the right
code for Braille.

fk does not exist. It should be fb for Tactile material/Braille
OR tc for Text/Braille

To test:
0) Catalog 2 records, one with 007 tc and another with fb
   Use value builder to verify both are for Braille.
1) In Administration > System preferences, make sure 'Subtypes'
   is checked in either OpacAdvSearchMoreOptions or OpacAdvSearchOptions
2) Go to Advanced search
3) If necessary, click on 'More options'
4) In the 'Subtype limits' section, choose 'Braille' from the 'Format'
   drop-down menu
5) Click on 'Search'
6) Verify both records were found

Signed-off-by: Michal Denar <black23@gmail.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
(cherry picked from commit 44a39929afc60ddda3182a93197ced098044a12d)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit f53fe14580549266b098a303c4be389fee505b60)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>

koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tt
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt

index 5be1aa5..beca926 100644 (file)
             <option value="" selected="selected" class="menuheader">Any format</option>
             <option value="l-format:ta" >Regular print</option>
             <option value="l-format:tb" >Large print</option>
-            <option value="l-format:fk" >Braille</option>
+            <option value="l-format:tc or l-format:fb">Braille</option>
             <option value="" >-----------</option>
             <option value="l-format:sd" >CD audio</option>
             <option value="l-format:ss" >Cassette recording</option>
index 5f33d36..27c4546 100644 (file)
                                                 <option value="" selected="selected" class="menuheader">Any format</option>
                                                 <option value="l-format:ta">Regular print</option>
                                                 <option value="l-format:tb">Large print</option>
-                                                <option value="l-format:fk">Braille</option>
+                                                <option value="l-format:tc or l-format:fb">Braille</option>
                                                 <option value="">-----------</option>
                                                 <option value="l-format:sd">CD audio</option>
                                                 <option value="l-format:ss">Cassette recording</option>