-
Notifications
You must be signed in to change notification settings - Fork 29
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
Model - Uniquify sources #373
Labels
model
Issue pertains to an app/model.
Comments
Is this to return a scope of similar/identical, or as methods returning Booleans for comparing two specific sources? |
Scope ideally, but that might be tricky
…On Mon, Apr 9, 2018, 8:19 AM James Tucker ***@***.***> wrote:
Is this to return a scope of similar/identical, or as methods returning
Booleans for comparing two specific sources?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#373 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABYSMjpGbJhCEWKuNA4ssvj-yaIdhb5ks5tm1_GgaJpZM4TG_Ky>
.
|
TuckerJD
added a commit
that referenced
this issue
Apr 9, 2018
Pertinent fast finding with postgres
You can just pass in model.attributes.keys - HOUSEKEEPING_ATTRIBUTES - MODEL_ATTRIBUTES to the latter. |
TuckerJD
added a commit
that referenced
this issue
May 4, 2018
TuckerJD
added a commit
that referenced
this issue
May 8, 2018
TuckerJD
added a commit
that referenced
this issue
May 8, 2018
TuckerJD
added a commit
that referenced
this issue
May 9, 2018
TuckerJD
added a commit
that referenced
this issue
May 10, 2018
TuckerJD
added a commit
that referenced
this issue
May 10, 2018
TuckerJD
added a commit
that referenced
this issue
May 10, 2018
::identical(attr), and ::similar(attr) override IsData version.
Merged
TuckerJD
added a commit
that referenced
this issue
May 10, 2018
Closing and cross-referencing #970. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create Source methods and specs that produce reasonable results for
#similar
#identical
May need to subclass specific methods for Verbatim vs. BibTeX.
Should follow similar pattern to #288, but potentially much more complicated given the many more attributes.
The text was updated successfully, but these errors were encountered: