Feature Request: Ignore HTML elements when tokenizing.
amadeuspagel opened this issue · 0 comments
amadeuspagel commented
If you save a document with the string <strong>foo</strong>
and search for "foo", the document should be returned. This is really important for making it work with contenteditable. If you insert a div element by hitting enter, suddenly the search for the words before and after that doesn't work anymore.