Bug 20821 - Elasticsearch - problems in using CQL in the search box directly
Summary: Elasticsearch - problems in using CQL in the search box directly
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Searching - Elasticsearch (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-25 13:27 UTC by Nick Clemens (kidclamp)
Modified: 2018-05-25 13:29 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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