https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16355 M. Tompsett <mtompset@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |In Discussion CC| |mtompset@hotmail.com --- Comment #5 from M. Tompsett <mtompset@hotmail.com> --- (In reply to Alex Buckley from comment #3)
This patch does not apply successfully
Because it was a diff, not a patch. If you downloaded it and then did a: patch -p1 < downloaded.diff Plus a few commands to create the patch with the correct author, and attempt to maintain comments, it would git bz apply. I've git bz-ified it. However, I'm moving this to "In Discussion", because of my reading: relation.relation This pattern specifies how a CQL relation is mapped to RPN. The pattern is name of relation operator. Since = is used as separator between CQL pattern and RPN, CQL relations including = cannot be used directly. To avoid a conflict, the names ge, eq, le, must be used for CQL operators, greater-than-or-equal, equal, less-than-or-equal respectively. The RPN pattern is supposed to include a relation attribute. (https://software.indexdata.com/yaz/doc/tools.html#ccl.syntax) I do not know if this is the correct solution, and I think someone more versed in CCL and the inner query workings of Koha is better suited to say yay or nay to this. -- You are receiving this mail because: You are watching all bug changes.