mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
only strip punctuations when highlight to search
This should fix #1419.
This commit is contained in:
@@ -29,7 +29,6 @@ function ReaderSearch:addToMainMenu(tab_item_table)
|
||||
end
|
||||
|
||||
function ReaderSearch:onShowSearchDialog(text)
|
||||
text = require("util").stripePunctuations(text)
|
||||
local do_search = function(search_func, text, param)
|
||||
return function()
|
||||
local res = search_func(self, text, param)
|
||||
|
||||
Reference in New Issue
Block a user