docusaurus-search-local

Offline / Local Search for Docusaurus v2. Try it live at:

MIT License

Downloads
98.7K
Stars
438
Committers
29

Bot releases are hidden (Show)

docusaurus-search-local -

Published by cmfcmf almost 4 years ago

  • BREAKING: Now requires Docusaurus v2.0.0-alpha66
  • FEAT: Upgrade to new version APIs from v2.0.0-alpha66
docusaurus-search-local -

Published by cmfcmf almost 4 years ago

  • FIX: Search did not work in Safari (#18)
docusaurus-search-local -

Published by cmfcmf about 4 years ago

  • FEAT: Support versioned documentation
  • BREAKING: Renamed options
    • blogBasePath to blogRouteBasePath
    • docsBasePath to docsRouteBasePath
  • BREAKING: Now requires Docusaurus v2.0.0-alpha.59
  • FIX: Remove version badge from search index
  • FIX: Correct docs/blog/page detection logic for edge cases (e.g., /docs-foo-bar is no longer considered a documentation page)
  • FIX: Use correct plugin name
  • FIX: Japanese and Thai search should now work correctly (#12)
docusaurus-search-local -

Published by cmfcmf over 4 years ago

  • FEAT: Highlight search results on the page using a new highlight query parameter (#9)
docusaurus-search-local -

Published by cmfcmf over 4 years ago

  • FIX: <style> and <script> tags no longer break indexing (#7)
docusaurus-search-local -

Published by cmfcmf over 4 years ago

  • FEAT: Make search results easier to style, improve markup (#6)
docusaurus-search-local -

Published by cmfcmf over 4 years ago

  • FIX: Parsing of empty sections and pages
  • FIX: Parsing static pages was broken
  • FEAT: Add logging
docusaurus-search-local -

Published by cmfcmf over 4 years ago

  • FIX: Set different dropdown colors in dark theme.
docusaurus-search-local -

Published by cmfcmf over 4 years ago

  • FIX: Focus search bar after loading the index if it was previously focused.
  • FEAT: Introduce document ids to make index smaller
docusaurus-search-local -

Published by cmfcmf over 4 years ago

  • FIX: Lowercase all search terms before searching the index. A search term with an uppercase letter never gives any results, because the index is all lowercase.
  • FEAT: If document and section titles are equal, only display one of them in search results.
docusaurus-search-local -

Published by cmfcmf over 4 years ago

  • FIX: Prepend baseUrl when fetching search index.
  • FEAT: Add more fields to package.json.
docusaurus-search-local -

Published by cmfcmf over 4 years ago

  • Initial version
docusaurus-search-local -

Published by cmfcmf over 4 years ago

  • FEAT: Support for indexing other languages than English (#3)
  • FEAT: New options to configure indexing.
  • FIX: Navigation buttons are no longer included in indexed text (#4).
  • BREAKING: Static pages are no longer indexed by default