https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43360
Bug ID: 43360
Summary: Wire the advanced search form to build Lucene queries
via the new /search architecture (Bug 43355)
Initiative type: ---
Sponsorship ---
status:
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Searching
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Depends on: 43355
Target Milestone: ---
Bug 43355 establishes a Lucene-style query language as Koha's standard search
syntax. The staff and OPAC advanced search forms currently build queries in
Koha's legacy internal parameter format (operators/operands/indexes arrays) - a
second query representation to keep in sync alongside the new one.
This bug updates the advanced search forms to build Lucene query strings behind
the scenes and submit through the architecture Bug 43355 establishes, so there
is one query language for Koha to maintain, not two, and advanced search
benefits from the same query capabilities /search exposes to API consumers.
Test plan:
1. To be written once Bug 43355 has landed and this bug's approach is scoped.
This bug is part of a staged program building on Bug 43355; see that bug for
the overall plan.
Referenced Bugs:
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43355
[Bug 43355] Add a /search API endpoint for biblios
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/