Issues
- Please implement the Pane Title Dropdown across the system. Thank you,LIBAPP-234Resolved issue: LIBAPP-234Rasmus Wølk
- Please update the loans screen layoutLIBAPP-233Resolved issue: LIBAPP-233Rasmus Wølk
- Naming of Notes vs Comments vs MemosLIBAPP-228Resolved issue: LIBAPP-228Cate Boerema
- Notifications App full viewLIBAPP-226Cate Boerema
- intelligent auto-complete/suggest in loan rules editorLIBAPP-224
- , (or) operator in loan rule engineLIBAPP-223Filip Jakobsen
- Scan is currently broken on testing server.LIBAPP-221Resolved issue: LIBAPP-221Niels Erik Nielsen
- Unable to manually enter dates while creating/editing user recordsLIBAPP-219Resolved issue: LIBAPP-219John Coburn
- DRAFT: Validate Item RecordLIBAPP-214Resolved issue: LIBAPP-214
- Patron ID for Scan in Settings Drives ID Expected in Scan AppLIBAPP-207Resolved issue: LIBAPP-207Matt Connolly
- Select Patron ID for Scan App in SettingsLIBAPP-205Resolved issue: LIBAPP-205Matt Connolly
- DRAFT: UI: Add Loan Rule ComponentLIBAPP-191Resolved issue: LIBAPP-191John Coburn
- NotesLIBAPP-189
- Selected Locale Should Drive Date Display FormatLIBAPP-179Resolved issue: LIBAPP-179Mike Taylor
- UI: Unsaved Changes NotificationLIBAPP-178Resolved issue: LIBAPP-178John Coburn
- Unsaved Changes NotificationLIBAPP-177Resolved issue: LIBAPP-177Jeremy Huff
- Add Loan Type to Item AssociationsLIBAPP-174Resolved issue: LIBAPP-174Matt Connolly
- CRUD Loan TypesLIBAPP-173Resolved issue: LIBAPP-173Matt Connolly
- Add material type-item associationsLIBAPP-169Resolved issue: LIBAPP-169Matt Connolly
- Check-Out: Validate Check-Out FormLIBAPP-168Resolved issue: LIBAPP-168John Malconian
- Check In Should be ImmediateLIBAPP-167Resolved issue: LIBAPP-167Niels Erik Nielsen
- Check Out Should be ImmediateLIBAPP-166Resolved issue: LIBAPP-166Niels Erik Nielsen
- DRAFT: Extend Item Metadata to Support Loan RulesLIBAPP-165Resolved issue: LIBAPP-165
- Manage patron groups association on the user screenLIBAPP-163Resolved issue: LIBAPP-163Matt Connolly
- Collapsible Detail Pane for ItemsLIBAPP-162Resolved issue: LIBAPP-162Matt Connolly
- Switch Filter Eye Icons to CheckboxesLIBAPP-161Resolved issue: LIBAPP-161John Coburn
- Collapsible Detail Pane in the User AppLIBAPP-160Resolved issue: LIBAPP-160Cate Boerema
- Database-driver patron-group handling for the Users UI moduleLIBAPP-158Resolved issue: LIBAPP-158Mike Taylor
- Infinite Scroll for Users and ItemsLIBAPP-155Resolved issue: LIBAPP-155Jason Skomorowski
- UX: Back Link, Saving State Across/Within Apps etc.LIBAPP-154Resolved issue: LIBAPP-154Filip Jakobsen
- Permissions: Can Create, Edit and Remove Permission SetsLIBAPP-151Resolved issue: LIBAPP-151Mike Taylor
- Permissions: Can View User Profile: Basic FieldsLIBAPP-149Resolved issue: LIBAPP-149Mike Taylor
- Permissions: Can Assign and Unassign Permissions to UsersLIBAPP-148Resolved issue: LIBAPP-148Mike Taylor
- Permissions: Can View Permissions Assigned to UsersLIBAPP-147Resolved issue: LIBAPP-147Mike Taylor
- Permissions: Can Create New UserLIBAPP-146Resolved issue: LIBAPP-146Mike Taylor
- UX: Where Should Tenant Locale Setting Live in SettingsLIBAPP-145Resolved issue: LIBAPP-145Filip Jakobsen
- UX: Back Behavior QuestionLIBAPP-143Resolved issue: LIBAPP-143Filip Jakobsen
- UX: Where Should CRUD Material Type Live in SettingsLIBAPP-140Resolved issue: LIBAPP-140Filip Jakobsen
- CRUD Material TypesLIBAPP-139Resolved issue: LIBAPP-139Matt Connolly
- Permissions: Can Edit User ProfileLIBAPP-138Resolved issue: LIBAPP-138Mike Taylor
- Display Loan History Popup on User RecordLIBAPP-137Resolved issue: LIBAPP-137Niels Erik Nielsen
- DRAFT: Check Item Out: Change Item Status Based on Presence of Current Loan (Or?)LIBAPP-136Resolved issue: LIBAPP-136
- Display Current Loans on User RecordLIBAPP-135Resolved issue: LIBAPP-135Niels Erik Nielsen
- Implement Locale Setting in Settings > OrganizationLIBAPP-133Resolved issue: LIBAPP-133Mike Taylor
- UI: View Full History for Loans and HoldsLIBAPP-125Resolved issue: LIBAPP-125John Coburn
- UI: Loans and Holds Display for User Profile PageLIBAPP-124Resolved issue: LIBAPP-124John Coburn
- UX: Implications of Checking Items In/OutLIBAPP-123Resolved issue: LIBAPP-123Filip Jakobsen
- UX: Notes Feature DescriptionLIBAPP-122Resolved issue: LIBAPP-122Filip Jakobsen
- UX: Map 2018 Document to Prototype FeaturesLIBAPP-120Resolved issue: LIBAPP-120Filip Jakobsen
- UX: Loan Rules Final Design (without policy details)LIBAPP-119Resolved issue: LIBAPP-119Filip Jakobsen
50 of 124
Purpose:
When using postgreSQL in Inventory we had the Query search functionality. Now having elastic search we need to implement the same functionality but now using Elasticsearch, allowing users to be able to conduct a search across all properties of all instance, holdings and item
Scope:
create an additional search option that will cover search by all properties from all inventory record types (instance, holdings, item):
instance field values
holding-record field values
item field values
all field values
Stories:
Story
Login to FOLIO Snapshot as user Diku_admin
Select the instance segment (or holdings segment or item segment)
When viewing the drop down list
Then the search option All is displayed above Query Search
In the back end then this search option is: cql.allItems all
Story
When the search option All is displayed in the search box
and entering the value you want to search for, e.g. missing
Then search across all three record types, using the BE functionality implemented and get the results for all record types, where there is a data value 'missing'
Accepted limitation:
Relevancy ranking
Highlighting the match for the searched string within the record
Acceptance criteria:
Implement search options for performing search requests for all field values from instances, items, holding-records
UI test must be added
Documentation:
https://github.com/folio-org/mod-search#search-by-all-field-values