-
Notifications
You must be signed in to change notification settings - Fork 321
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
[pytx] No match results if creating a local_file with only 1 hash in it #1318
Comments
This bug shows up in HMA as well, adding repro in case it's helpful. Reset the tables:
Create a bank:
Add a file to the bank:
Rebuild indexes:
Query the bank:
As you can see, the lookup incorrectly returns no matches even though there should be a match. Adding a second photo, reindexing, and then querying again returns a match:
|
I suggest we "fix" this by a new, clean reimplementation, described here: #1613 |
Repo:
Expected: any matches
However, oddly enough, adding a second hash allows all hashes to to match
The text was updated successfully, but these errors were encountered: