[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-07-01 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 Tomás Cohen Arazi changed: What|Removed |Added Version|master |21.11 --- Comment #21

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 --- Comment #20 from David Cook --- Bumping into this again because of Bug 30865 but escaping a semicolon won't be enough. You'd have to escape question marks as well, since they're a special case which is only handled by "Special

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 David Cook changed: What|Removed |Added See Also||https://bugs.koha-community

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 David Cook changed: What|Removed |Added See Also||https://bugs.koha-community

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 --- Comment #19 from David Cook --- (In reply to Martin Renvoize from comment #10) > This improves things for me.. but I think it needs more eyes from someone > more familiar with Zebra. Thanks for adding me. Hopefully my comments

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 --- Comment #18 from David Cook --- Ah, but as I look again at Koha/Biblio.pm, we have to factor in Elasticsearch. I don't know if Elasticsearch can handle double quotes around $cleaned_title. I suppose clean_search_term() could

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 --- Comment #17 from David Cook --- (In reply to Martin Renvoize from comment #7) > Hmm, I started looking at adding unit tests for this and I see that there > are a reasonable number for the same function in ElasticSearch..

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 David Cook changed: What|Removed |Added Status|Signed Off |Failed QA -- You are

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 --- Comment #16 from David Cook --- In fact, an even better option would be this: $searchstr = qq#(Host-item:"$cleaned_title")#; This way, we're putting the key-value pair into its own little group. We can then add "and", "or", or

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 --- Comment #15 from David Cook --- (In reply to Martin Renvoize from comment #11) > [WARN] CCL parsing error (10014) Unknown qualifier ZOOM for query: > Host-item=( Utensili = ) at /home/koha/kohaclone/C4/Search.pm line 242. >

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 --- Comment #14 from Fridolin Somers --- *** Bug 27575 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. ___

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 Fridolin Somers changed: What|Removed |Added CC|

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 Victor Grousset/tuxayo changed: What|Removed |Added Patch complexity|--- |Small patch --

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 --- Comment #13 from Martin Renvoize --- (In reply to Marcel de Rooy from comment #12) > Looks good to me on itself. > Would be helpful to include some pointers to recreate these warnings. My > configuration does not show them at

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 --- Comment #12 from Marcel de Rooy --- Looks good to me on itself. Would be helpful to include some pointers to recreate these warnings. My configuration does not show them at all. When should I expect a \: at the end of $a btw ?

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 Martin Renvoize changed: What|Removed |Added CC|

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 --- Comment #11 from Martin Renvoize --- This goes some way towards resolving these errors: [WARN] CCL parsing error (10014) Unknown qualifier ZOOM for query: Host-item=( Utensili = ) at /home/koha/kohaclone/C4/Search.pm line 242.

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 Martin Renvoize changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |n...@bywatersolutions.com

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 Martin Renvoize changed: What|Removed |Added CC||m.de.r...@rijksmuseum.nl

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 Martin Renvoize changed: What|Removed |Added CC||tomasco...@gmail.com --

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 Martin Renvoize changed: What|Removed |Added See Also|

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 Martin Renvoize changed: What|Removed |Added CC||dc...@prosentient.com.au

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 Martin Renvoize changed: What|Removed |Added Status|Needs Signoff |Signed Off --- Comment

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 Martin Renvoize changed: What|Removed |Added Attachment #127326|0 |1 is obsolete|

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 --- Comment #8 from Martin Renvoize --- Created attachment 134865 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=134865=edit Bug 29418: Unit test -- You are receiving this mail because: You are watching all bug

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 Martin Renvoize changed: What|Removed |Added Status|NEW |Needs Signoff -- You

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-05-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 Martin Renvoize changed: What|Removed |Added CC|

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2022-04-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 Owen Leonard changed: What|Removed |Added CC||mag...@libriotech.no ---

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2021-11-16 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 Abbey Holt changed: What|Removed |Added CC||ah...@dubuque.lib.ia.us --

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2021-11-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 --- Comment #5 from Andrew Fuerste-Henry --- If you're not using analytics at all and want to just hide this error, you could put this in your intranetuserCSS: /* Hide analytics error */ .analytics_error { display: none; }

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2021-11-09 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 Liz Rea changed: What|Removed |Added CC||wizzy...@gmail.com --- Comment

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2021-11-09 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 Sheri Waite changed: What|Removed |Added CC||swa...@marshallpl.org ---

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2021-11-05 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 Nick Clemens changed: What|Removed |Added Depends on||28316 Referenced Bugs:

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2021-11-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 Nick Clemens changed: What|Removed |Added Attachment #127325|0 |1 is obsolete|

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2021-11-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 Andrew Fuerste-Henry changed: What|Removed |Added CC|

[Koha-bugs] [Bug 29418] Zebra clean_search_term does not clean search and so results in error

2021-11-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29418 --- Comment #1 from Nick Clemens --- Created attachment 127325 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=127325=edit Bug 29418: Screen ending colons from search term -- You are receiving this mail because: