Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixos-search
base: 8477b4eb6405^
Choose a base ref
...
head repository: NixOS/nixos-search
compare: 69b5c14e4144
Choose a head ref
  • 6 commits
  • 10 files changed
  • 3 contributors

Commits on Sep 11, 2020

  1. Add NixOS 20.09

    andir committed Sep 11, 2020
    Copy the full SHA
    8477b4e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. 1
    Copy the full SHA
    038ee96 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. 1
    Copy the full SHA
    1ecf99c View commit details
    Browse the repository at this point in the history
  2. By mistake the default analyzer was used for query (#195)

    At the same time i'm removing all of the fuzziness.
    garbas committed Sep 17, 2020
    1
    Copy the full SHA
    5a65c6f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Reworked search query (#197)

    - still muse multi_match but now with cross_fields type
    - add edge n-gram index field since cross_fields works only with match
      and this way we can have prefix support
    - suffix support is still supported as before by reversing the words in
      data and query
    - for query we now create variations of all multi_match queries. from 2
      words you get 4 queries, from 3 works you get 8 queries and so on.
    garbas committed Sep 23, 2020
    1
    Copy the full SHA
    86ad9d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Copy the full SHA
    69b5c14 View commit details
    Browse the repository at this point in the history