Summary: | Add a more ES based query builder | ||
---|---|---|---|
Product: | Koha | Reporter: | Nick Clemens (kidclamp) <nick> |
Component: | Searching | Assignee: | Galen Charlton <gmcharlt> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | jonathan.druart, julian.maurice |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31652 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | Bug 18345 - Add a more ES based query builder |
Description
Nick Clemens (kidclamp)
2017-03-28 14:08:06 UTC
Created attachment 61664 [details] [review] Bug 18345 - Add a more ES based query builder This moves some code from bug 14567 What is the status of this bug ? Waiting for sign-off ? Currently this is just a placeholder for some code that was lost at some point, we should pursue in the future, but i think other issues are ahead of this. Currently we use the built in ES query parser for most things, but in the future it would be nice to leverage some of the specific ES search endpoints directly for more refined searches. Some of that is done here: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19604 Where we need to use more specific searching to mimic what we do in zebra No, it shouldn't |