-
Notifications
You must be signed in to change notification settings - Fork 0
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
De-dupe search results #31
Labels
Comments
FYI, I can do this on client-side if that's helpful. Just say the word so we're not duplicating efforts. |
Cleaning up code on my end.. before I delete my de-dupe code here it is.
|
This is becoming our only weak spot in search that I can see. knock this down and I think we're golden.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have code that will de-dupe records returned from mongo.find. This should probably be included somewhere in the waterfall block before returning results. Give me your suggestion on how to implement and I will do this on separate branch and send pull request.
The text was updated successfully, but these errors were encountered: