Summary: | Searching vendors by Alias no longer works | ||
---|---|---|---|
Product: | Koha | Reporter: | Sara Brown <sbrown> |
Component: | Acquisitions | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | Pushed to main --- | QA Contact: | Laura Escamilla <Laura.escamilla> |
Severity: | normal | ||
Priority: | P5 - low | CC: | jonathan.druart, Laura.escamilla, lucas, matt.blenkinsop |
Version: | unspecified | Keywords: | regression |
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38010 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
25.11.00
|
Circulation function: | |
Bug Depends on: | |||
Bug Blocks: | 38201 | ||
Attachments: |
Bug 40483: Restore search vendors by alias
Bug 40483: Restore search vendors by alias Bug 40483: Restore search vendors by alias |
Description
Sara Brown
2025-07-23 17:40:45 UTC
Created attachment 184577 [details] [review] Bug 40483: Restore search vendors by alias Prior to bug 38010 we were able to search vendors by alias. This patch restores it by moving the filter to kohaTable's "default_filters" to allow to pass a more complex condition Test plan: Create several vendors, some with aliases Confirm that searching by alias return the vendors Confirm that refining the search (using the table's global search) works as expected Created attachment 184778 [details] [review] Bug 40483: Restore search vendors by alias Prior to bug 38010 we were able to search vendors by alias. This patch restores it by moving the filter to kohaTable's "default_filters" to allow to pass a more complex condition Test plan: Create several vendors, some with aliases Confirm that searching by alias return the vendors Confirm that refining the search (using the table's global search) works as expected Signed-off-by: David Nind <david@davidnind.com> Created attachment 185486 [details] [review] Bug 40483: Restore search vendors by alias Prior to bug 38010 we were able to search vendors by alias. This patch restores it by moving the filter to kohaTable's "default_filters" to allow to pass a more complex condition Test plan: Create several vendors, some with aliases Confirm that searching by alias return the vendors Confirm that refining the search (using the table's global search) works as expected Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> Nice work everyone! Pushed to main for 25.11 |