-
Notifications
You must be signed in to change notification settings - Fork 42
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
Make elasticsearch full-text search functional #190
Make elasticsearch full-text search functional #190
Conversation
Conflicts: pupa/cli/commands/elasticsearch_push.py pupa/utils/fulltext.py
…ins/pupa into miles/feature/fulltext_search
es_bill['subjects'] = bill.subject | ||
es_bill['classifications'] = bill.classification | ||
es_bill['updated_at'] = bill.updated_at.strftime(DATETIME_FORMAT) | ||
es_bill['created_at'] = bill.created_at.strftime(DATETIME_FORMAT) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason you don't use the inline dict creation here?
1 similar comment
Oh noes! I didn't mean move |
merge issue seems to be in dump.py: <<<<<<< HEAD from .base import BaseCommand, CommandErrorfrom ... import settings
|
damn markup. just look at the raw version. |
This reverts commit 822da04.
Thanks for the merge bug, Carl 👺 |
Not yet, @paultag :) |
Okay, I believe this is ready to merge into production. The main thing we need to do from here is add by- |
@rshorey, I don't think this interferes with anything else going on in Pupa. Could you give it a pair of eyes sometime next week? Would be much appreciated! |
Closing in favor of a Postgres solution, per the discussion. |
Once this is reviewed and accepted, I'll create the index on our Amazon ES cluster.