-
Notifications
You must be signed in to change notification settings - Fork 21
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
Person suggest #1972
base: master
Are you sure you want to change the base?
Person suggest #1972
Conversation
2baaf72
to
e85029a
Compare
Quality Gate passedIssues Measures |
@@ -8,7 +8,8 @@ | |||
"program": "${workspaceFolder}/src/manage.py", | |||
"args": [ | |||
"runserver", | |||
"[::]:8000" | |||
"[::]:8000", | |||
"--ipv6" |
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.
I'll remove this before merging
@@ -117,6 +117,39 @@ def __str__(self): | |||
f"{university_city}" | |||
) | |||
|
|||
def build_headline(self): |
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.
Move this method from serializer to model so that it can be used by elasticsearch
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1972 +/- ##
==========================================
+ Coverage 64.66% 64.72% +0.05%
==========================================
Files 410 411 +1
Lines 23749 23813 +64
==========================================
+ Hits 15357 15412 +55
- Misses 8392 8401 +9 ☔ View full report in Codecov by Sentry. |
Elasticsearch suggester for people (authors, users)
Closes ResearchHub/issues#153