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

Generic Search #102

Open
carltonwhitehead opened this issue Sep 18, 2023 · 0 comments
Open

Generic Search #102

carltonwhitehead opened this issue Sep 18, 2023 · 0 comments

Comments

@carltonwhitehead
Copy link
Contributor

Implement a generic search service. Its parameters should take simple data arguments pertaining to field value comparisons and simple search logic (AND / OR).

It might make sense to bring in a third-party library to accomplish this. Investigate. The problem space seems non-trivial so prefer to avoid reinventing the wheel here.

Current search implementation is entity-specific (Person), not generalized, and relies on passing filter object references with behavior rather than pure data (java.util.Predicate) which poses challenges for testing and reusability.

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

No branches or pull requests

1 participant