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: 5a65c6f94bf6
Choose a base ref
...
head repository: NixOS/nixos-search
compare: 86ad9d036d6b
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

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