ETTV: fix search

This commit is contained in:
kaso17 2017-11-25 12:50:43 +01:00
parent 1d060af852
commit d7945eed8c
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@
args: ["+", " "] # remove special search character (positive search)
- name: re_replace
args: ["(\\w+)", " +$1"] # prepend + to each word
- name: re_replace
args: ["\\s+", " "] # clean up whitespaces (multiple consecutive spaces confuses the search engine)
rows:
selector: div.myFrame-content > div > table > tbody > tr[class]