Hi,
I'm trying to implement a search engine for a fixed-layout epub
I managed to :
*extract all the cfis
- indexed them in algolia
- search for it
- resolve and navigate to cfi, to the correct page
So far so good
Now I am trying to higlight the result; I've tried dozens of approach, but It failed
I can't implement it "manually", because of the shadow dom
Is there a way ?
Thanks a lot
Hi,
I'm trying to implement a search engine for a fixed-layout epub
I managed to :
*extract all the cfis
So far so good
Now I am trying to higlight the result; I've tried dozens of approach, but It failed
I can't implement it "manually", because of the shadow dom
Is there a way ?
Thanks a lot