etorreborre / specs2

Software Specifications for Scala
http://specs2.org
Other
734 stars 215 forks source link

Use a better search library #961

Closed etorreborre closed 3 years ago

etorreborre commented 3 years ago

specs2 is currently using the tipuesearch library but it seems to be missing useful code in pages. That library seems to be unsupported now and there are alternatives:

  1. https://fusejs.io/
  2. https://github.com/fergiemcdowall/search-index
  3. https://lunrjs.com/
  4. https://github.com/nextapps-de/flexsearch
etorreborre commented 3 years ago

Other alternatives:

 - JSii
 - Wade
 - JS Search
 - Elasticlunr.js
 - BulkSearch
 - MiniSearch
 - bm25
 - FuzzySearch

(from https://github.com/nextapps-de/flexsearch)

etorreborre commented 3 years ago

I fixed the search instead which was broken.