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: metacpan/metacpan-web
base: 7d41a31dbb6a^
Choose a base ref
...
head repository: metacpan/metacpan-web
compare: efc55a281665
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Nov 19, 2016

  1. Module search: Page correctly when fetching unique distributions

    The page size shouldn't dynamically scale without the starting point of
    each page also scaling in step.  Otherwise, the pages ending up
    overlapping once $run is >1.
    
    This is the simpler fix.  A slightly more complicated fix would be
    adjusting "from" instead to scale in step, but that seems unnecessary.
    tsibley committed Nov 19, 2016
    Copy the full SHA
    7d41a31 View commit details
    Browse the repository at this point in the history
  2. Module search: Avoid requesting duplicate fields from ES

    Requesting a field more than once produces the value more than once
    which causes the new ES to produce an array value for the field
    containing duplicate values.  This busts our collapsed search which
    ended up making ref addresses unique instead of distribution names.
    With the root cause removed, the map which papered over the symptoms is
    not longer needed.
    tsibley committed Nov 19, 2016
    Copy the full SHA
    efc55a2 View commit details
    Browse the repository at this point in the history