Bug 20821

Summary: Elasticsearch - problems in using CQL in the search box directly
Product: Koha Reporter: Nick Clemens (kidclamp) <nick>
Component: Searching - ElasticsearchAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P5 - low CC: alex.arnaud, claire.hernandez, ere.maijala, glasklas
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Nick Clemens (kidclamp) 2018-05-25 13:27:49 UTC
This was noted while testing bug 18163

In search box enter:
ti:beckett samuel - works 
ti,phr: beckett samuel - same results
title:beckett samuel - same results
title,phr:becket samuel - no results

ti:"beckett samuel" - no results
title:"beckett samuel" - no results

ti:"samuel beckett" - goes to record exactly
title:"samuel beckett" - goes to record exactly

ti,phr:"samuel beckett" - goes to record exactly
title,phr:"samuel beckett" - no results