Bug 32479

Summary: Replace sort: ~ by sort: 0 in mappings.yaml file
Product: Koha Reporter: Caroline Cyr La Rose <caroline.cyr-la-rose>
Component: Searching - ElasticsearchAssignee: Bugs List <koha-bugs>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Caroline Cyr La Rose 2022-12-15 19:12:03 UTC
Bug 27316 removed the ability to have "Undef" as a sorting option. It is now either yes (1) or no (0).

The default mappings.yaml file still contains a lot of sort: ~, which I assume is "Undef".

I propose to change the ~ to 0 so that the mappings file is clean.
Comment 1 Katrin Fischer 2023-10-29 12:12:51 UTC
It looks like this was fixed with the first patch of:
Bug 33594 - Sorting results by Title A-Z might use wrong title field