Fortran-FOSS-Programmers / ford

Automatically generates FORtran Documentation from comments within the code.
https://forddocs.readthedocs.io
GNU General Public License v3.0
410 stars 134 forks source link

Switch from tipue to lunr for search #674

Open d7919 opened 1 week ago

d7919 commented 1 week ago

The tipue search plugin is not actively maintained and hence we are reliant on a frozen version of the package shipped with Ford. This PR switches to lunr.js. This particular search option was simply motivated by the existence of some examples and good compatibility with the existing tipuesearch infrastructure. For example https://learn.cloudcannon.com/jekyll/jekyll-search-using-lunr-js/ and https://github.com/Pelican-Elegant/elegant/pull/573/files .

Pros:

Cons: