Closed grumpyinca closed 2 years ago
For item 1 do google search of “Bootstrap modal close button 4.5” and insert button icon html construct into modal title
I have created docLookup.md. In it I referred to Lunr Searching Guide, but that page is written in "programmer-eeze" explaining Lunr search parameters. I need Mike to write a detailed description of the search syntax from a user's point-of-view (using that article). Alternatively see Refine web searches for how Google explains their search syntax to users.
I have integrated content from docLookup.md into branch #677 helpLookup.md. Also, I used the Lunr Searching Guide to create a short bullet list of control characters with examples there. I propose that #677 helpLookup.md supersede docLookup.md.
Change blurb sentence algorithm to always show the found words and highlight them with n words surrounds it. for example, a b c d e f g. If n=2 and f is found them show 2 words around it. ... d e f g ...
Somehow mark the content with sentence boundaries by the build_index algorithm. Then in the blurb algorithm use these boundaries instead of using '\b.\s reg ex. This should enhance blurb algorithm to not include lists of topics, etc.
Merged into master, closing. Will split off Item 3 in description to a separate issue #693: Filter amount by Page, Sentence, and Word.
This issue lists possible improvements to the full-text Help document indexing that was created as part of #676.