Indy Prentice 409f981fd3
fix(search): Apply SearchFlags passed in through to scroll queries (#9041)
Co-authored-by: Indy Prentice <indy@Indys-MacBook-Pro.local>
2023-10-18 21:25:54 +00:00
..

Service Layer

Module to abstract away business logic from implementation specific libraries to make them lighter weight from a dependency perspective. Service classes should be here unless they require direct usage of implementation specific libraries (i.e. ElasticSearch, Ebean, Neo4J, etc.).