Mohd Rahban Ghani
Mohd Rahban Ghani
> Option (2) would seem very much preferable that's what I thought, because people often search terms that are in repl and example code. On it!
I've been working on this issue, I used the approach where I add custom SearchRecord methods in HTMLWriter.jl for @repl, @eval and @example blocks so that it shouldn't index the...
I also tried something like this , this also is not working ```julia function domify(dctx::DCtx) ctx, navnode = dctx.ctx, dctx.navnode return map(getpage(ctx, navnode).mdast.children) do node if node.element isa Documenter.MetaNode else...
one more thing that I tried is filtering out before writing to search_index but this seems like too broad of a filtering : ```julia open(joinpath(doc.user.build, ctx.search_index_js), "w") do io filtered_index...
@GMishx can I work on this issue?