Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the module search #1804

Merged
merged 2 commits into from Nov 19, 2016
Merged

Fix the module search #1804

merged 2 commits into from Nov 19, 2016

Conversation

tsibley
Copy link
Contributor

@tsibley tsibley commented Nov 19, 2016

No description provided.

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.
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.
@ranguard ranguard merged commit e25a01a into master Nov 19, 2016
@coveralls
Copy link

coveralls commented Nov 19, 2016

Coverage Status

Coverage decreased (-0.7%) to 69.444% when pulling efc55a2 on tsibley/module-search-duplication into 6ab87ab on master.

@tsibley tsibley deleted the tsibley/module-search-duplication branch November 19, 2016 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants