https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40658

Bernard <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #185511|0                           |1
        is obsolete|                            |

--- Comment #8 from Bernard <[email protected]> ---
Created attachment 189385
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=189385&action=edit
Bug 40658: Use local-number__sort and not local-number directly

This patch makes sure we inject the __sort form of local-number, rather
than the field directly - this ensurs searching works even if mappings mayu
be different and local-number itself is not numeric

To test:
1 - Edit mappings.yaml and set local-number from 'number' to 'string'
    NOTE: There are two copies of local-number - one in auth and one in biblio
- the latter is the important one here
2 - perl misc/search_tools/rebuild_elasticsearch.pl -r -v
3 - Confirm in staff interface Admin -> Search Engine Configuration that
local-number is now a string
4 - Search and get an error
    Error: Unable to perform your search. Please try again.
    In the logs:
[illegal_argument_exception] Text fields are not optimised for operations that
require per-document field data like aggregations and sorting, so these
operations are disabled by default. Please use a keyword field instead.
Alternatively, set fielddata=true on [local-number] in order to load field data
by uninverting the inverted index. Note that this can use significant memory.
5 - Apply patch, restart all
6 - Search again
7 - Success!

Signed-off-by: Bernard Scaife <[email protected]>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to