Summary: | Item search should include a way to limit by damaged | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | Searching | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | CLOSED FIXED | QA Contact: | Katrin Fischer <katrin.fischer> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | angela.berrett, barbara.johnson, bwsdonna, fridolin.somers, laura, lisette, rcoert |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
23.11.00
|
|
Circulation function: | |||
Attachments: |
Bug 26468: Add damaged as a searchable status in item search
Bug 26468: Add damaged as a searchable status in item search Bug 26468: Add damaged as a searchable status in item search |
Description
Lucas Gass (lukeg)
2020-09-15 17:50:18 UTC
The item search is so helpful for users, adding a damaged status limiter would be amazing!!! I think this would be very useful, especially for libraries that have more than one Damaged status (e.g.: Damaged - Basement Flood, 2020; Damaged by Patron; etc.). What you can do is add the damaged to 'item search fields' defined in administration. If you link it to DAMAGED it will display as a pull down. Using the "and" combination you could also search for multiple. It would be nice to have it by default, but I think this could at least be a good workaround? We use the DAMAGED status for conservation and repair statuses. Being able to pull a list of items in those areas would be WONDERFUL. Created attachment 157136 [details] [review] Bug 26468: Add damaged as a searchable status in item search This patch removes the Damaged radio box options ( Ignore, yes, no ) in favor a full damage status search option To test: 1. APPLY PATCH, restart services. 2. Make sure you mark some items as damaged. 3. Go to the item and search and limit by 'Damaged' 4. You should only see your 'Damaged' items. 5. Export the results as a CSV, make sure the CSV is well-formed and accurate. Created attachment 157200 [details] [review] Bug 26468: Add damaged as a searchable status in item search This patch removes the Damaged radio box options ( Ignore, yes, no ) in favor a full damage status search option To test: 1. APPLY PATCH, restart services. 2. Make sure you mark some items as damaged. 3. Go to the item and search and limit by 'Damaged' 4. You should only see your 'Damaged' items. 5. Export the results as a CSV, make sure the CSV is well-formed and accurate. Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> Created attachment 158406 [details] [review] Bug 26468: Add damaged as a searchable status in item search This patch removes the Damaged radio box options ( Ignore, yes, no ) in favor a full damage status search option To test: 1. APPLY PATCH, restart services. 2. Make sure you mark some items as damaged. 3. Go to the item and search and limit by 'Damaged' 4. You should only see your 'Damaged' items. 5. Export the results as a CSV, make sure the CSV is well-formed and accurate. Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Perltidied. I like this, but it really gets more and more urgent that we get table configuration added to the item search results. (In reply to Katrin Fischer from comment #8) > I like this, but it really gets more and more urgent that we get table > configuration added to the item search results. 100% agree. I filed Bug 35282. Pushed to master for 23.11. Nice work everyone, thanks! Enhancement not pushed to 23.05.x |