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

References was not participated in filtering at checkBuckets #618

Merged
merged 1 commit into from
Dec 31, 2016

Conversation

narma
Copy link
Contributor

@narma narma commented Dec 28, 2016

We have 2 tradeoffs here:

  1. Filter results in scala
  2. Inject es filter to rawQuery fetched from postgres

I have choosed second one because for big amount of products
result can be big, instead of references which almost small list of ids.

Also return pureResult if references is empty without interaction with ES

We have 2 tradeoffs here:
1) Filter results in scala
2) Inject es filter to rawQuery fetched from postgres

I have choosed second one because for big amount of products
 result can be big, instead of references which almost small list of ids.

Also return pureResult if references is empty without interaction with ES
@narma
Copy link
Contributor Author

narma commented Dec 28, 2016

@jmataya
Copy link
Contributor

jmataya commented Dec 31, 2016

I don't know all of this code super well, but it seems good to me. Since the break in build was due to our trusty timeouts, I'm going to merge.

@jmataya jmataya merged commit 9f4da87 into master Dec 31, 2016
@jmataya jmataya deleted the fix/promotions-qualifier-references branch December 31, 2016 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants