-
Notifications
You must be signed in to change notification settings - Fork 16
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
feat: Add JoinField and update indexation command to select on which … #38
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #38 +/- ##
==========================================
- Coverage 95.93% 90.00% -5.94%
==========================================
Files 12 12
Lines 615 620 +5
Branches 86 93 +7
==========================================
- Hits 590 558 -32
- Misses 20 55 +35
- Partials 5 7 +2 ☔ View full report in Codecov by Sentry. |
8980d89
to
d0833e6
Compare
d0ee947
to
351c4b4
Compare
…models to start the indexation
351c4b4
to
4f04a28
Compare
158348a
to
9d1383f
Compare
…models to start the indexation
JoinField
infields.py
to allow easy creation of parent/child join type field.Usage, e.g:
python3 manage.py opensearch document index --objects stay document
will only start the indexation for the registered models using the Stay and Document models (defined in Django inner class).