Hi, > Second suggestion: It looks like the search does not index all the content > of the wiki pages, only headings ? Or at least it looks like - when I > started to search for "signa" (tures) - it did find "signals" from > https://cwiki.apache.org/confluence/display/INCUBATOR/Graduation+Readiness > but did not find signatures anywhere, despite many mentions in the docs.
It searches the heading and a short description of each page, this is also how the topic filters work. You can find the data here: https://github.com/apache/incubator/blob/master/tools/seealso/resources.yml As part of the site build, it generates a small HTML page for each entry and then uses pagefind [1] to index those files; it takes < 0.5 seconds. > Possibly indexing 'everything" would be much better - currently a few > things I searched for issues "not found" - when I clearly used some terms > that apparently **are** mentioned many times. Indexing everything might be more difficult and, as you say, introduce noise. I’m also not sure it can crawl the Wiki pages. Kind Regards, Justin 1. https://pagefind.app/
