[Koha-bugs] [Bug 32491] Special characters causes patron search to fail

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32491

--- Comment #7 from PPLCS  ---
Entering in "Doe, John" in the patron search field worked before the last Koha
update. As a librarian I'm hardwired to type in last name first, comma, first
name. So this is a real problem when looking up patrons.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 32491] Special characters causes patron search to fail

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32491

--- Comment #6 from Katrin Fischer  ---
(In reply to PPLCS from comment #5)
> We desperately need this fixed!

Can you explain the problem a bit more as it manifests for you?

Has this worked before? I am not aware of it, but not totally user as we had
some changes to patron search recently. 

As I said the problem with comma is that it's not part of the data, it's not
failing because of being a special character. If the comma was in your data,
you should be able to search for it without issues.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 32491] Special characters causes patron search to fail

2023-01-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32491

PPLCS  changed:

   What|Removed |Added

 CC||ad...@pplcs.net

--- Comment #5 from PPLCS  ---
We desperately need this fixed!

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 32491] Special characters causes patron search to fail

2023-01-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32491

--- Comment #4 from Katrin Fischer  ---
(In reply to Lucas Gass from comment #3)
> This also effects wildcard searches. Previously you could search for a
> cardnumber like '2913*' and that would return all patrons with cardnumbers
> starting with '2913'. Now it tries searching for the exact match '2352*' and
> returns nothing.

I don't think * has worked, but it automatically did a begin with. % should
probably still work?

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 32491] Special characters causes patron search to fail

2023-01-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32491

--- Comment #3 from Lucas Gass  ---
This also effects wildcard searches. Previously you could search for a
cardnumber like '2913*' and that would return all patrons with cardnumbers
starting with '2913'. Now it tries searching for the exact match '2352*' and
returns nothing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 32491] Special characters causes patron search to fail

2023-01-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32491

Lucas Gass  changed:

   What|Removed |Added

   Severity|enhancement |normal
 CC||lu...@bywatersolutions.com

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 32491] Special characters causes patron search to fail

2022-12-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32491

David Cook  changed:

   What|Removed |Added

 CC||dc...@prosentient.com.au

--- Comment #2 from David Cook  ---
(In reply to Katrin Fischer from comment #1)
> As we are doing an
> SQL based search here I am not sure what could be done to make this easily
> possible - removing the comma or other characters by default might break
> some searches?

Hmm maybe normalizing the search to remove punctuation isn't a bad idea. 

I normalize the search for phone number (see bug 23817) although it can
actually be fairly difficult to do in the newest versions of Koha because of
how we use the REST API for patron search...

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/


[Koha-bugs] [Bug 32491] Special characters causes patron search to fail

2022-12-19 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32491

--- Comment #1 from Katrin Fischer  ---
I don't think the special character is the issue here - the problem is, that
the comma is not part of the data, so you get no match. As we are doing an SQL
based search here I am not sure what could be done to make this easily possible
- removing the comma or other characters by default might break some searches?

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
___
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/