Skip to content
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

Feature/#744 #34

Merged
merged 7 commits into from
Sep 12, 2023
Merged

Feature/#744 #34

merged 7 commits into from
Sep 12, 2023

Conversation

schoicsiro
Copy link
Contributor

Would you be able to get PR?

@schoicsiro schoicsiro requested a review from temi September 7, 2023 23:28
Copy link
Contributor

@temi temi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code looks good. Please fix failing tests.

@schoicsiro
Copy link
Contributor Author

schoicsiro commented Sep 11, 2023

All test cases are ok when I run test in my local because I changed attribute.text with index and reindexed
but my partial searching test cases will be failed until index has changed

@schoicsiro
Copy link
Contributor Author

I fixed test cases without calling elastic search


then:
qMap.findAll(it -> it.toString().contains("dilan")) != null
result.find { it.contains(profile1.scientificName) } != null
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do not think result, profile1 or opus1 is needed. remove them.

}

qMap.findAll(it -> it.toString().contains(searchItem)) != null
result && isFind
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here result, profile, attributes are not needed. remove them. Only testing on qMap is needed.

@schoicsiro schoicsiro merged commit 4b0aec1 into dev Sep 12, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants