Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Lunr 2.1 update & configurable indexed and template fields #118

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Lunr 2.1 update & configurable indexed and template fields #118

wants to merge 12 commits into from

Commits on May 22, 2017

  1. migrate indexer to lunr 2.0.x (step 1)

      - lunr 2.x index is immutable so it’s necessary to go via the Builder class
      - lunr 2.x is not distributed with built-in .min.js in bower, so locally using non-minified js file
      - some more git ignores
    Nikolaus Kühn committed May 22, 2017
    Configuration menu
    Copy the full SHA
    0de6c33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33c9980 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d987db5 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. initial migration to field configurability

    Nikolaus Kühn committed May 23, 2017
    Configuration menu
    Copy the full SHA
    9ab15c6 View commit details
    Browse the repository at this point in the history
  2. fix typo, brute force debug.

    Nikolaus Kühn committed May 23, 2017
    Configuration menu
    Copy the full SHA
    31a2974 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2017

  1. working fields configurability, use lunr 2.1 alpha for better results…

    … without client side boost
    Nikolaus Kühn committed May 24, 2017
    Configuration menu
    Copy the full SHA
    da21de8 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2017

  1. migrate to lunr.js 2.1 (not index time boost any more)

    Nikolaus Kühn committed May 26, 2017
    Configuration menu
    Copy the full SHA
    02259f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. fix and improve some README wording

    Nikolaus Kühn committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    3e2f91b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2017

  1. Configuration menu
    Copy the full SHA
    4103fae View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2017

  1. upgrade to released lunr 2.1.3

    Nikolaus Kühn committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    c676832 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into lunr-2.0.x-clean

    * origin/master:
      Update jquery.lunr.search.js
    Nikolaus Kühn committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    7c0f319 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. bump lunr to 2.1.5

    Nikolaus Kühn committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    d5c222b View commit details
    Browse the repository at this point in the history