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

Add ability to dynamically search for comments #3028

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

DavidPLamas
Copy link
Contributor

Check List:

  • Unit tests: YES
  • Documentation: NO

I've recently encountered the need to make more complex queries for comments, more specifically I needed to be able to paginate the results through SQL queries instead of using Java due to performance reasons.
I found a way to extend Flowable's Engine in my working context and implement all those features but I felt like this should be a good contribution for the whole community so I'm making this pull request.

@dbmalkovsky dbmalkovsky changed the title Add ability to dinamically search for comments Add ability to dynamically search for comments Oct 1, 2021
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.

None yet

2 participants