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: d6a672045ad6
Choose a base ref
...
head repository: NixOS/nixos-search
compare: d3230c03c8f8
Choose a head ref
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Feb 7, 2021

  1. Improving search query (#288)

    * Reduce the numbers of bucket results on each ChangeBucket event
    * Warmup after reindexing, fixes #250
    * Using multiple sort keys, fixes #218
    * Index also unfree packages, fixes #226, fixes #237
    * Add wilcard query, fixes #279
    garbas committed Feb 7, 2021
    1
    Copy the full SHA
    cfb5e54 View commit details
    Browse the repository at this point in the history
  2. Improving search query

    * Reduce the numbers of bucket results on each ChangeBucket event
    * Warmup after reindexing, fixes #250
    * Using multiple sort keys, fixes #218
    * Index also unfree packages, fixes #226, fixes #237
    * Add wilcard query, fixes #279
    garbas committed Feb 7, 2021
    Copy the full SHA
    26964f9 View commit details
    Browse the repository at this point in the history
  3. remove debugging

    garbas committed Feb 7, 2021
    Copy the full SHA
    5c2c096 View commit details
    Browse the repository at this point in the history
  4. Filter on buckets only when there is some bucket selected

    otherwise the query is malformed
    garbas committed Feb 7, 2021
    Copy the full SHA
    d3230c0 View commit details
    Browse the repository at this point in the history