shibukawa / oktavia

Full text search engine for JS environments
MIT License
70 stars 11 forks source link

Do not work filter in HTMLParser. #24

Closed tuchida closed 10 years ago

tuchida commented 10 years ago

I made search index of this html file.

<!DOCTYPE html>
<html>
  <head></head>
  <body>
    <div class="body">
      <pre>あいうえお</pre>
    </div>
    <div>かきくけこ</div>
  </body>
</html>
./bin/oktavia-mkindex-cli -i ../hoge/ -r ../hoge/ -m html -u file -f .body -c 5 -t web

I had specified the filter -f .body. But it hits when I search for 'かき'.