1 diff --git a/data/scripts/com.github.babluboy.bookworm.search.sh b/data/scripts/com.github.babluboy.bookworm.search.sh
2 index 058f561..8dbd7ff 100644
3 --- a/data/scripts/com.github.babluboy.bookworm.search.sh
4 +++ b/data/scripts/com.github.babluboy.bookworm.search.sh
7 HTML_CONTENT_TO_BE_SEARCHED=$1
9 -html2text -utf8 "$HTML_CONTENT_TO_BE_SEARCHED" | tr '\n' ' ' | grep -E -o -i ".{0,50}$USER_SEARCH_TEXT.{0,50}"
10 +html2text "$HTML_CONTENT_TO_BE_SEARCHED" | tr '\n' ' ' | grep -E -o -i ".{0,50}$USER_SEARCH_TEXT.{0,50}"