[Koha-bugs] [Bug 6510] "Sort by" in intranet search alters search and number of hits

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 16 13:42:06 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6510

MJ Ray (software.coop) <mjr at ttllp.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjr at ttllp.co.uk
       Patch Status|Needs Signoff               |---

--- Comment #4 from MJ Ray (software.coop) <mjr at ttllp.co.uk> 2011-06-16 11:42:06 UTC ---
I think the correct fix would be the one from the OPAC.

I think:
.? matches 0 or 1 characters which seems incorrect;
.*= matches any characters, potentially up to the last =, which seems
incorrect;
.*?= matches any characters up to the first =.

I'm not QA so I'm putting this back from "needs signoff" to "---".  Hope that's
OK.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list