| Summary: | Refine search doesn't work when item types contain same string (eg BK & BK-E) | ||
|---|---|---|---|
| Product: | Koha | Reporter: | r-mcilwain <mcilwain> |
| Component: | Searching | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED INVALID | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | ||
| Version: | 21.11 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
r-mcilwain
2022-06-17 12:09:17 UTC
That's because - is treated as a space. So the search for BK is ALSO a search for BK E. This has been reported often, but is actually more of a configuration issue. It's recommended to not use spaces or hyphens in your itemtype, collection and location codes. |