Error on clicking Character for search

Bug #860615 reported by drMerry
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
calibre
Fix Released
Undecided
Charles Haley

Bug Description

The escapecharacters for calibre search have been changed.
searching for whitecharacters is now done by using \s and not \\s anymore.

When Clicking on e.g. A in the tag-browser (authors), the created search is:
author_sort:"~(^[AÁ])|(&\\s*[AÁ])"

this must be changed in:
author_sort:"~(^[AÁ])|(&\s*[AÁ])"

(remove extra \)

Related branches

Revision history for this message
Kovid Goyal (kovid) wrote : Re: calibre bug 860615

Changing the component for this bug.

 assignee cbhaley
 status triaged

Changed in calibre:
assignee: nobody → Charles Haley (cbhaley)
status: New → Triaged
Charles Haley (cbhaley)
Changed in calibre:
status: Triaged → Fix Committed
Revision history for this message
Kovid Goyal (kovid) wrote : Fixed in lp:calibre

Fixed in branch lp:calibre. The fix will be in the next release. calibre is usually released every Friday.

 status fixreleased

Changed in calibre:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.