| Summary: | Query parameters of the form <<in "foo">> return no results. | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Barton Chittenden <barton> |
| Component: | Reports | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | jonathan.druart |
| Version: | 18.05 | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Crowdfunding committed: | 0 |
| Crowdfunding contact: | Patch complexity: | --- | |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
It seems to have been fixed, works for me. Can you confirm? Confirmed. |
Running the following report select cardnumber, firstname, surname, categorycode from borrowers where categorycode = <<in "s">> returns no results. Inspecting 'Show SQL' reveals select cardnumber, firstname, surname, categorycode from borrowers where categorycode = NULL however where categorycode = <<in s>> and where categorycode = <<"s">> both work.