only strip punctuations when highlight to search

This should fix #1419.
This commit is contained in:
chrox
2015-03-12 17:41:20 +08:00
parent 83cad1c61c
commit 2ad21dcaa2
2 changed files with 2 additions and 2 deletions

View File

@@ -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)