|
Current situation or problem:
Inventory search powered by Elasticsearch has proven to be fast but in some cases users expect more accurate data returned. This can be achieved by:
- adding support for additional search options
- addressing exact match searches
Use case(s)
- I want to be able to search for all the instances of a particular named work, regardless of contributor, for example, find all instances with the uniform title "Symphonie fantastique".
- As a cataloger I need to find all of the titles owned by my library by a particular literary author in order to determine the correct book number (cutter) for the call number. I need to search for a single exact contributor, e.g., "Steinbeck, John" and only retrieve instances that have "Steinbeck, John" as a contributor, not those with, e.g., "Steinbeck, Susan" and "Smith, John" as contributors.
|